puppeteer/new-docs/puppeteer.protocol.css.pseudoelementmatches.md
2020-07-13 14:01:35 +01:00

914 B

Home > puppeteer > Protocol > CSS > PseudoElementMatches

Protocol.CSS.PseudoElementMatches interface

CSS rule collection for a single pseudo style.

Signature:

export interface PseudoElementMatches 

Properties

Property Type Description
matches RuleMatch[] Matches of CSS rules applicable to the pseudo style.
pseudoType DOM.PseudoType Pseudo element type.