Expand description
This domain facilitates obtaining document snapshots with DOM, layout, and style information.
Structsยง
- Index of the string in the strings table. ArrayOfStrings
- 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. captureSnapshot
- 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. captureSnapshot
- A subset of the full ComputedStyle as defined by the request whitelist. ComputedStyle
- Disables DOM snapshot agent for the given page. disable
- Disables DOM snapshot agent for the given page. disable
- Document snapshot. DocumentSnapshot
- A Node in the DOM tree. DOMNode
- Enables DOM snapshot agent for the given page. enable
- Enables DOM snapshot agent for the given page. enable
- Details of post layout rendered text positions. The exact layout should not be regarded as stable and may change between versions. InlineTextBox
- Details of an element in the DOM tree with a LayoutObject. LayoutTreeNode
- Table of details of an element in the DOM tree with a LayoutObject. LayoutTreeSnapshot
- A name/value pair. NameValue
- Table containing nodes. NodeTreeSnapshot
- Data that is only present on rare nodes. RareStringData
- Index of the string in the strings table. StringIndex
- Table of details of the post layout rendered text positions. The exact layout should not be regarded as stable and may change between versions. TextBoxSnapshot