puppeteer/new-docs/puppeteer.protocol.css.selectorlist.md
2020-07-13 14:01:35 +01:00

22 lines
742 B
Markdown

<!-- 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; [SelectorList](./puppeteer.protocol.css.selectorlist.md)
## Protocol.CSS.SelectorList interface
Selector list data.
<b>Signature:</b>
```typescript
export interface SelectorList
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [selectors](./puppeteer.protocol.css.selectorlist.selectors.md) | [Value](./puppeteer.protocol.css.value.md)<!-- -->\[\] | Selectors in the list. |
| [text](./puppeteer.protocol.css.selectorlist.text.md) | string | Rule selector text. |