[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [DOM](./puppeteer.protocol.dom.md) > [GetOuterHTMLResponse](./puppeteer.protocol.dom.getouterhtmlresponse.md) ## Protocol.DOM.GetOuterHTMLResponse interface Signature: ```typescript export interface GetOuterHTMLResponse ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [outerHTML](./puppeteer.protocol.dom.getouterhtmlresponse.outerhtml.md) | string | Outer HTML markup. |