Available on crate features
experimental and Accessibility and DOM only.Structs§
- AxNode
- A node in the accessibility tree.
- AxNode
Builder - AxNode
Id - Unique accessibility node identifier.
- AxProperty
- AxRelated
Node - AxValue
- A single computed AX property.
- AxValue
Builder - AxValue
Source - A single source for a computed AX property.
- AxValue
Source Builder - Disable
Command - Disables the accessibility domain.
- Disable
Return - Disables the accessibility domain.
- Enable
Command - Enables the accessibility domain which causes
AXNodeIds to remain consistent between method calls. This turns on accessibility for the page, which can impact performance until accessibility is disabled. - Enable
Return - Enables the accessibility domain which causes
AXNodeIds to remain consistent between method calls. This turns on accessibility for the page, which can impact performance until accessibility is disabled. - GetChild
AxNodes Command - Fetches a particular accessibility node by AXNodeId.
Requires
enable()to have been called previously. - GetChild
AxNodes Return - Fetches a particular accessibility node by AXNodeId.
Requires
enable()to have been called previously. - GetFull
AxTree Command - Fetches the entire accessibility tree for the root Document
- GetFull
AxTree Return - Fetches the entire accessibility tree for the root Document
- GetPartial
AxTree Command - Fetches the accessibility node and partial accessibility tree for this DOM node, if it exists.
- GetPartial
AxTree Command Builder - GetPartial
AxTree Return - Fetches the accessibility node and partial accessibility tree for this DOM node, if it exists.
- Query
AxTree Command - 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 mactch 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
accessibleNameorroleis specified, it returns all the accessibility nodes in the subtree. - Query
AxTree Command Builder - Query
AxTree Return - 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 mactch 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
accessibleNameorroleis specified, it returns all the accessibility nodes in the subtree.