21 lines
886 B
Markdown
21 lines
886 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) > [SetRuleSelectorRequest](./puppeteer.protocol.css.setruleselectorrequest.md)
|
|
|
|
## Protocol.CSS.SetRuleSelectorRequest interface
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
export interface SetRuleSelectorRequest
|
|
```
|
|
|
|
## Properties
|
|
|
|
| Property | Type | Description |
|
|
| --- | --- | --- |
|
|
| [range](./puppeteer.protocol.css.setruleselectorrequest.range.md) | [SourceRange](./puppeteer.protocol.css.sourcerange.md) | |
|
|
| [selector](./puppeteer.protocol.css.setruleselectorrequest.selector.md) | string | |
|
|
| [styleSheetId](./puppeteer.protocol.css.setruleselectorrequest.stylesheetid.md) | [StyleSheetId](./puppeteer.protocol.css.stylesheetid.md) | |
|
|
|