Structs§
- A node in the accessibility tree. AXNode
- Unique accessibility node identifier. AXNodeId
- A single computed AX property. AXValue
- A single source for a computed AX property. AXValueSource
- Disables the accessibility domain. disable
- Disables the accessibility domain. disable
- Enables the accessibility domain which causes
AXNodeId
s to remain consistent between method calls. This turns on accessibility for the page, which can impact performance until accessibility is disabled. enable - Enables the accessibility domain which causes
AXNodeId
s to remain consistent between method calls. This turns on accessibility for the page, which can impact performance until accessibility is disabled. enable - The loadComplete event mirrors the load complete event sent by the browser to assistive technology when the web page has finished loading. loadComplete
- The nodesUpdated event is sent every time a previously requested node has changed the in tree. nodesUpdated
- Fetches a node and all ancestors up to and including the root. Requires
enable()
to have been called previously. getAXNodeAndAncestors - Fetches a node and all ancestors up to and including the root. Requires
enable()
to have been called previously. getAXNodeAndAncestors - Fetches a particular accessibility node by AXNodeId. Requires
enable()
to have been called previously. getChildAXNodes - Fetches a particular accessibility node by AXNodeId. Requires
enable()
to have been called previously. getChildAXNodes - Fetches the entire accessibility tree for the root Document getFullAXTree
- Fetches the entire accessibility tree for the root Document getFullAXTree
- Fetches the accessibility node and partial accessibility tree for this DOM node, if it exists. getPartialAXTree
- Fetches the accessibility node and partial accessibility tree for this DOM node, if it exists. getPartialAXTree
- Fetches the root node. Requires
enable()
to have been called previously. getRootAXNode - Fetches the root node. Requires
enable()
to have been called previously. getRootAXNode - Query a DOM node’s accessibility subtree for accessible name and role. This command computes the name and role for all nodes in the subtree, including those that are ignored for accessibility, and returns those that match the specified name and role. If no DOM node is specified, or the DOM node does not exist, the command returns an error. If neither
accessibleName
orrole
is specified, it returns all the accessibility nodes in the subtree. queryAXTree - Query a DOM node’s accessibility subtree for accessible name and role. This command computes the name and role for all nodes in the subtree, including those that are ignored for accessibility, and returns those that match the specified name and role. If no DOM node is specified, or the DOM node does not exist, the command returns an error. If neither
accessibleName
orrole
is specified, it returns all the accessibility nodes in the subtree. queryAXTree
Enums§
- Values of AXProperty name:
- Enum of possible native property sources (as a subtype of a particular AXValueSourceType).
- Enum of possible property sources.
- Enum of possible property types.