mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
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. |