Click or drag to resize

NodeTreeSnapshot Class

Version 102.0.100
Table containing nodes.
Inheritance Hierarchy

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

The NodeTreeSnapshot type exposes the following members.

Constructors
  NameDescription
Public methodNodeTreeSnapshot
Initializes 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 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 methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToDictionary (Inherited from DevToolsDomainEntityBase.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also