mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
14 lines
646 B
Markdown
14 lines
646 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) > [documents](./puppeteer.protocol.domsnapshot.capturesnapshotresponse.documents.md)
|
|
|
|
## Protocol.DOMSnapshot.CaptureSnapshotResponse.documents property
|
|
|
|
The nodes in the DOM tree. The DOMNode at index 0 corresponds to the root document.
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
documents: DocumentSnapshot[];
|
|
```
|