914 B
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. |