14 lines
548 B
Markdown
14 lines
548 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [CSS](./puppeteer.protocol.css.md) > [PseudoElementMatches](./puppeteer.protocol.css.pseudoelementmatches.md) > [matches](./puppeteer.protocol.css.pseudoelementmatches.matches.md)
|
||
|
|
||
|
## Protocol.CSS.PseudoElementMatches.matches property
|
||
|
|
||
|
Matches of CSS rules applicable to the pseudo style.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
matches: RuleMatch[];
|
||
|
```
|