20 lines
984 B
Markdown
20 lines
984 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[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
|
|
|
|
<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. |
|
|
|