[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [DOMSnapshot](./puppeteer.protocol.domsnapshot.md) > [CaptureSnapshotResponse](./puppeteer.protocol.domsnapshot.capturesnapshotresponse.md) ## Protocol.DOMSnapshot.CaptureSnapshotResponse interface Signature: ```typescript export interface CaptureSnapshotResponse ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [documents](./puppeteer.protocol.domsnapshot.capturesnapshotresponse.documents.md) | [DocumentSnapshot](./puppeteer.protocol.domsnapshot.documentsnapshot.md)\[\] | The nodes in the DOM tree. The DOMNode at index 0 corresponds to the root document. | | [strings](./puppeteer.protocol.domsnapshot.capturesnapshotresponse.strings.md) | string\[\] | Shared string table that all string properties refer to with indexes. |