[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 Signature: ```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. |