mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
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. |