20 lines
796 B
Markdown
20 lines
796 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Page](./puppeteer.protocol.page.md) > [SetDocumentContentRequest](./puppeteer.protocol.page.setdocumentcontentrequest.md)
|
|
|
|
## Protocol.Page.SetDocumentContentRequest interface
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
export interface SetDocumentContentRequest
|
|
```
|
|
|
|
## Properties
|
|
|
|
| Property | Type | Description |
|
|
| --- | --- | --- |
|
|
| [frameId](./puppeteer.protocol.page.setdocumentcontentrequest.frameid.md) | [FrameId](./puppeteer.protocol.page.frameid.md) | Frame id to set HTML for. |
|
|
| [html](./puppeteer.protocol.page.setdocumentcontentrequest.html.md) | string | HTML content to set. |
|
|
|