puppeteer/new-docs/puppeteer.protocol.domsnapshot.getsnapshotresponse.md
2020-07-13 14:01:35 +01:00

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.