Expand description
This domain facilitates obtaining document snapshots with DOM, layout, and style information.
Structsยง
- Array
OfStrings - Index of the string in the strings table. ArrayOfStrings
- Capture
Snapshot Params - 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
- Capture
Snapshot Params Builder - Capture
Snapshot Returns - 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
- Capture
Snapshot Returns Builder - Computed
Style - A subset of the full ComputedStyle as defined by the request whitelist. ComputedStyle
- Computed
Style Builder - Disable
Params - Disables DOM snapshot agent for the given page. disable
- Disable
Returns - Disables DOM snapshot agent for the given page. disable
- Document
Snapshot - Document snapshot. DocumentSnapshot
- Document
Snapshot Builder - DomNode
- A Node in the DOM tree. DOMNode
- DomNode
Builder - Enable
Params - Enables DOM snapshot agent for the given page. enable
- Enable
Returns - Enables DOM snapshot agent for the given page. enable
- Inline
Text Box - Details of post layout rendered text positions. The exact layout should not be regarded as stable and may change between versions. InlineTextBox
- Inline
Text BoxBuilder - Layout
Tree Node - Details of an element in the DOM tree with a LayoutObject. LayoutTreeNode
- Layout
Tree Node Builder - Layout
Tree Snapshot - Table of details of an element in the DOM tree with a LayoutObject. LayoutTreeSnapshot
- Layout
Tree Snapshot Builder - Name
Value - A name/value pair. NameValue
- Name
Value Builder - Node
Tree Snapshot - Table containing nodes. NodeTreeSnapshot
- Node
Tree Snapshot Builder - Rare
Boolean Data - Rare
Boolean Data Builder - Rare
Integer Data - Rare
Integer Data Builder - Rare
String Data - Data that is only present on rare nodes. RareStringData
- Rare
String Data Builder - Rectangle
- String
Index - Index of the string in the strings table. StringIndex
- Text
BoxSnapshot - 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
- Text
BoxSnapshot Builder