Click or drag to resize

AXNode Properties

Version 86.0.240

The AXNode type exposes the following members.

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 propertyDescription
The accessible description for this `Node`.
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 propertyProperties
All other properties
Public propertyRole
This `Node`'s role, whether explicit or implicit.
Public propertyValue
The value for this `Node`.
Top
See Also