<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [DOMSnapshot](./puppeteer.protocol.domsnapshot.md) &gt; [CaptureSnapshotResponse](./puppeteer.protocol.domsnapshot.capturesnapshotresponse.md)

## Protocol.DOMSnapshot.CaptureSnapshotResponse interface

<b>Signature:</b>

```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. |