Namespace OpenQA.Selenium.DevTools.V148.DOMSnapshot
Classes
- CaptureSnapshotCommandResponse
Response for 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.
- CaptureSnapshotCommandSettings
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.
- ComputedStyle
A subset of the full ComputedStyle as defined by the request whitelist.
- DOMNode
A Node in the DOM tree.
- DOMSnapshotAdapter
Represents an adapter for the DOMSnapshot domain to simplify the command interface.
- DisableCommandResponse
Response for Disables DOM snapshot agent for the given page.
- DisableCommandSettings
Disables DOM snapshot agent for the given page.
- DocumentSnapshot
Document snapshot.
- EnableCommandResponse
Response for Enables DOM snapshot agent for the given page.
- EnableCommandSettings
Enables DOM snapshot agent for the given page.
- GetSnapshotCommandResponse
Response for 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.
- GetSnapshotCommandSettings
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.
- InlineTextBox
Details of post layout rendered text positions. The exact layout should not be regarded as stable and may change between versions.
- LayoutTreeNode
Details of an element in the DOM tree with a LayoutObject.
- LayoutTreeSnapshot
Table of details of an element in the DOM tree with a LayoutObject.
- NameValue
A name/value pair.
- NodeTreeSnapshot
Table containing nodes.
- RareBooleanData
RareBooleanData
- RareIntegerData
RareIntegerData
- RareStringData
Data that is only present on rare nodes.
- TextBoxSnapshot
Table of details of the post layout rendered text positions. The exact layout should not be regarded as stable and may change between versions.