Click or drag to resize

NodeTreeSnapshot Class

Version 130.1.90
Table containing nodes.
Inheritance Hierarchy
SystemObject
  CefSharp.DevToolsDevToolsDomainEntityBase
    CefSharp.DevTools.DOMSnapshotNodeTreeSnapshot

Namespace: CefSharp.DevTools.DOMSnapshot
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax
public class NodeTreeSnapshot : DevToolsDomainEntityBase

The NodeTreeSnapshot type exposes the following members.

Constructors
 NameDescription
Public methodNodeTreeSnapshotInitializes a new instance of the NodeTreeSnapshot class
Top
Properties
 NameDescription
Public propertyAttributes Attributes of an `Element` node. Flatten name, value pairs.
Public propertyBackendNodeId `Node`'s id, corresponds to DOM.Node.backendNodeId.
Public propertyContentDocumentIndex The index of the document in the list of the snapshot documents.
Public propertyCurrentSourceURL The selected url for nodes with a srcset attribute.
Public propertyInputChecked Only set for radio and checkbox input elements, indicates if the element has been checked
Public propertyInputValue Only set for input elements, contains the input's associated text value.
Public propertyIsClickable 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.
Public propertyNodeName `Node`'s nodeName.
Public propertyNodeType `Node`'s nodeType.
Public propertyNodeValue `Node`'s nodeValue.
Public propertyOptionSelected Only set for option elements, indicates if the element has been selected
Public propertyOriginURL The url of the script (if any) that generates this node.
Public propertyParentIndex Parent node index.
Public propertyPseudoIdentifier Pseudo element identifier for this node. Only present if there is a valid pseudoType.
Public propertyPseudoType Type of a pseudo element node.
Public propertyShadowRootType Type of the shadow root the `Node` is in. String values are equal to the `ShadowRootType` enum.
Public propertyTextValue Only set for textarea elements, contains the text value.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToDictionary
(Inherited from DevToolsDomainEntityBase)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also