AXNode
@Serializable
A node in the accessibility tree.
Constructors
Link copied to clipboard
constructor(nodeId: AXNodeId, ignored: Boolean, ignoredReasons: List<AXProperty>? = null, role: AXValue? = null, chromeRole: AXValue? = null, name: AXValue? = null, description: AXValue? = null, value: AXValue? = null, properties: List<AXProperty>? = null, parentId: AXNodeId? = null, childIds: List<AXNodeId>? = null, backendDOMNodeId: BackendNodeId? = null, frameId: FrameId? = 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
All other properties