[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Page](./puppeteer.protocol.page.md) > [CaptureSnapshotResponse](./puppeteer.protocol.page.capturesnapshotresponse.md) ## Protocol.Page.CaptureSnapshotResponse interface Signature: ```typescript export interface CaptureSnapshotResponse ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [data](./puppeteer.protocol.page.capturesnapshotresponse.data.md) | string | Serialized page data. |