AXNode
@Serializable
A node in the accessibility tree.
Constructors
Link copied to clipboard
constructor(nodeId: String, ignored: Boolean, ignoredReasons: List<Accessibility.AXProperty>? = null, role: Accessibility.AXValue? = null, chromeRole: Accessibility.AXValue? = null, name: Accessibility.AXValue? = null, description: Accessibility.AXValue? = null, value: Accessibility.AXValue? = null, properties: List<Accessibility.AXProperty>? = null, parentId: String? = null, childIds: List<String>? = null, backendDOMNodeId: Int? = null, frameId: String? = null)
Properties
Link copied to clipboard
The backend ID for the associated DOM node, if any.
Link copied to clipboard
This Node
's Chrome raw role.
Link copied to clipboard
The accessible description for this Node
.
Link copied to clipboard
Collection of reasons why this node is hidden.
Link copied to clipboard
The accessible name for this Node
.
Link copied to clipboard
All other properties
Link copied to clipboard
This Node
's role, whether explicit or implicit.
Link copied to clipboard
The value for this Node
.