puppeteer/new-docs/puppeteer.protocol.css.rulematch.matchingselectors.md

14 lines
563 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; [RuleMatch](./puppeteer.protocol.css.rulematch.md) &gt; [matchingSelectors](./puppeteer.protocol.css.rulematch.matchingselectors.md)
## Protocol.CSS.RuleMatch.matchingSelectors property
Matching selector indices in the rule's selectorList selectors (0-based).
<b>Signature:</b>
```typescript
matchingSelectors: integer[];
```