1.2 KiB
1.2 KiB
Home > puppeteer > Protocol > DOMSnapshot > GetSnapshotResponse
Protocol.DOMSnapshot.GetSnapshotResponse interface
Signature:
export interface GetSnapshotResponse
Properties
Property | Type | Description |
---|---|---|
computedStyles | ComputedStyle[] | Whitelisted ComputedStyle properties for each node in the layout tree. |
domNodes | DOMNode[] | The nodes in the DOM tree. The DOMNode at index 0 corresponds to the root document. |
layoutTreeNodes | LayoutTreeNode[] | The nodes in the layout tree. |