puppeteer/new-docs/puppeteer.protocol.css.pseudoelementmatches.matches.md

14 lines
548 B
Markdown
Raw Normal View History

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [CSS](./puppeteer.protocol.css.md) &gt; [PseudoElementMatches](./puppeteer.protocol.css.pseudoelementmatches.md) &gt; [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[];
```