[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [DOM](./puppeteer.protocol.dom.md) > [GetDocumentResponse](./puppeteer.protocol.dom.getdocumentresponse.md) ## Protocol.DOM.GetDocumentResponse interface Signature: ```typescript export interface GetDocumentResponse ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [root](./puppeteer.protocol.dom.getdocumentresponse.root.md) | [Node](./puppeteer.protocol.dom.node.md) | Resulting node. |