puppeteer/new-docs/puppeteer.protocol.css.createstylesheetrequest.frameid.md

14 lines
584 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; [CreateStyleSheetRequest](./puppeteer.protocol.css.createstylesheetrequest.md) &gt; [frameId](./puppeteer.protocol.css.createstylesheetrequest.frameid.md)
## Protocol.CSS.CreateStyleSheetRequest.frameId property
Identifier of the frame where "via-inspector" stylesheet should be created.
<b>Signature:</b>
```typescript
frameId: Page.FrameId;
```