984 B
984 B
Home > puppeteer > Protocol > DOMSnapshot > CaptureSnapshotResponse
Protocol.DOMSnapshot.CaptureSnapshotResponse interface
Signature:
export interface CaptureSnapshotResponse
Properties
Property | Type | Description |
---|---|---|
documents | DocumentSnapshot[] | The nodes in the DOM tree. The DOMNode at index 0 corresponds to the root document. |
strings | string[] | Shared string table that all string properties refer to with indexes. |