DOMNode
A Node in the DOM tree.
Constructors
Properties
Attributes of an Element
node.
Node
's id, corresponds to DOM.Node.backendNodeId.
The indexes of the node's child nodes in the domNodes
array returned by getSnapshot
, if any.
The index of a frame owner element's content document in the domNodes
array returned by getSnapshot
, if any.
Only set for documents, contains the document's content language.
The selected url for nodes with a srcset attribute.
Only set for documents, contains the document's character set encoding.
Document URL that Document
or FrameOwner
node points to.
Details of the node's event listeners, if any.
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.
The index of the node's related layout tree node in the layoutTreeNodes
array returned by getSnapshot
, if any.
Only set for option elements, indicates if the element has been selected
Indexes of pseudo elements associated with this node in the domNodes
array returned by getSnapshot
, if any.
Type of a pseudo element node.
Scroll offsets, set when this node is a Document.
Shadow root type.