DOMSnapshot
This domain facilitates obtaining document snapshots with DOM, layout, and style information.
Types
A subset of the full ComputedStyle as defined by the request whitelist.
Document snapshot.
A Node in the DOM tree.
Details of post layout rendered text positions. The exact layout should not be regarded as stable and may change between versions.
Details of an element in the DOM tree with a LayoutObject.
Table of details of an element in the DOM tree with a LayoutObject.
Table containing nodes.
Data that is only present on rare nodes.
Functions
Returns a document snapshot, including the full DOM tree of the root node (including iframes, template contents, and imported documents) in a flattened array, as well as layout and white-listed computed style information for the nodes. Shadow DOM in the returned DOM tree is flattened.
Disables DOM snapshot agent for the given page.
Enables DOM snapshot agent for the given page.
Returns a document snapshot, including the full DOM tree of the root node (including iframes, template contents, and imported documents) in a flattened array, as well as layout and white-listed computed style information for the nodes. Shadow DOM in the returned DOM tree is flattened.