Click or drag to resize

AXNode Class

Version 130.1.90
A node in the accessibility tree.
Inheritance Hierarchy
SystemObject
  CefSharp.DevToolsDevToolsDomainEntityBase
    CefSharp.DevTools.AccessibilityAXNode

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

The AXNode type exposes the following members.

Constructors
 NameDescription
Public methodAXNodeInitializes a new instance of the AXNode class
Top
Properties
 NameDescription
Public propertyBackendDOMNodeId The backend ID for the associated DOM node, if any.
Public propertyChildIds IDs for each of this node's child nodes.
Public propertyChromeRole This `Node`'s Chrome raw role.
Public propertyDescription The accessible description for this `Node`.
Public propertyFrameId The frame ID for the frame associated with this nodes document.
Public propertyIgnored Whether this node is ignored for accessibility
Public propertyIgnoredReasons Collection of reasons why this node is hidden.
Public propertyName The accessible name for this `Node`.
Public propertyNodeId Unique identifier for this node.
Public propertyParentId ID for this node's parent.
Public propertyProperties All other properties
Public propertyRole This `Node`'s role, whether explicit or implicit.
Public propertyValue The value for this `Node`.
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