22 lines
742 B
Markdown
22 lines
742 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) > [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. |
|
|
|