<!-- 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; [SetRuleSelectorResponse](./puppeteer.protocol.css.setruleselectorresponse.md) &gt; [selectorList](./puppeteer.protocol.css.setruleselectorresponse.selectorlist.md)

## Protocol.CSS.SetRuleSelectorResponse.selectorList property

The resulting selector list after modification.

<b>Signature:</b>

```typescript
selectorList: SelectorList;
```