chromiumoxide::cdp::browser_protocol

Module accessibility

Source

Structs§

AxNode
A node in the accessibility tree. AXNode
AxNodeBuilder
AxNodeId
Unique accessibility node identifier. AXNodeId
AxProperty
AxPropertyBuilder
AxRelatedNode
AxRelatedNodeBuilder
AxValue
A single computed AX property. AXValue
AxValueBuilder
AxValueSource
A single source for a computed AX property. AXValueSource
AxValueSourceBuilder
DisableParams
Disables the accessibility domain. disable
DisableReturns
Disables the accessibility domain. disable
EnableParams
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
EnableReturns
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
EventLoadComplete
The loadComplete event mirrors the load complete event sent by the browser to assistive technology when the web page has finished loading. loadComplete
EventNodesUpdated
The nodesUpdated event is sent every time a previously requested node has changed the in tree. nodesUpdated
GetAxNodeAndAncestorsParams
Fetches a node and all ancestors up to and including the root. Requires enable() to have been called previously. getAXNodeAndAncestors
GetAxNodeAndAncestorsParamsBuilder
GetAxNodeAndAncestorsReturns
Fetches a node and all ancestors up to and including the root. Requires enable() to have been called previously. getAXNodeAndAncestors
GetAxNodeAndAncestorsReturnsBuilder
GetChildAxNodesParams
Fetches a particular accessibility node by AXNodeId. Requires enable() to have been called previously. getChildAXNodes
GetChildAxNodesParamsBuilder
GetChildAxNodesReturns
Fetches a particular accessibility node by AXNodeId. Requires enable() to have been called previously. getChildAXNodes
GetChildAxNodesReturnsBuilder
GetFullAxTreeParams
Fetches the entire accessibility tree for the root Document getFullAXTree
GetFullAxTreeParamsBuilder
GetFullAxTreeReturns
Fetches the entire accessibility tree for the root Document getFullAXTree
GetFullAxTreeReturnsBuilder
GetPartialAxTreeParams
Fetches the accessibility node and partial accessibility tree for this DOM node, if it exists. getPartialAXTree
GetPartialAxTreeParamsBuilder
GetPartialAxTreeReturns
Fetches the accessibility node and partial accessibility tree for this DOM node, if it exists. getPartialAXTree
GetPartialAxTreeReturnsBuilder
GetRootAxNodeParams
Fetches the root node. Requires enable() to have been called previously. getRootAXNode
GetRootAxNodeParamsBuilder
GetRootAxNodeReturns
Fetches the root node. Requires enable() to have been called previously. getRootAXNode
GetRootAxNodeReturnsBuilder
QueryAxTreeParams
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 or role is specified, it returns all the accessibility nodes in the subtree. queryAXTree
QueryAxTreeParamsBuilder
QueryAxTreeReturns
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 or role is specified, it returns all the accessibility nodes in the subtree. queryAXTree
QueryAxTreeReturnsBuilder

Enums§

AxPropertyName
Values of AXProperty name:
AxValueNativeSourceType
Enum of possible native property sources (as a subtype of a particular AXValueSourceType).
AxValueSourceType
Enum of possible property sources.
AxValueType
Enum of possible property types.