NodeTreeSnapshot
Table containing nodes.
Constructors
Properties
Attributes of an Element
node. Flatten name, value pairs.
Node
's id, corresponds to DOM.Node.backendNodeId.
The index of the document in the list of the snapshot documents.
The selected url for nodes with a srcset attribute.
Only set for radio and checkbox input elements, indicates if the element has been checked
Only set for input elements, contains the input's associated text value.
Whether this DOM node responds to mouse clicks. This includes nodes that have had click event listeners attached via JavaScript as well as anchor tags that naturally navigate when clicked.
Only set for option elements, indicates if the element has been selected
The url of the script (if any) that generates this node.
Parent node index.
Pseudo element identifier for this node. Only present if there is a valid pseudoType.
Type of a pseudo element node.
Type of the shadow root the Node
is in. String values are equal to the ShadowRootType
enum.
Only set for textarea elements, contains the text value.