Module chrome_remote_interface_model::accessibility[][src]

This is supported on crate features experimental and Accessibility and DOM only.

Structs

AxNode

A node in the accessibility tree.

AxNodeBuilder
AxNodeId

Unique accessibility node identifier.

AxProperty
AxRelatedNode
AxValue

A single computed AX property.

AxValueBuilder
AxValueSource

A single source for a computed AX property.

AxValueSourceBuilder
DisableCommand

Disables the accessibility domain.

DisableReturn

Disables the accessibility domain.

EnableCommand

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.

EnableReturn

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.

GetFullAxTreeCommand

Fetches the entire accessibility tree

GetFullAxTreeReturn

Fetches the entire accessibility tree

GetPartialAxTreeCommand

Fetches the accessibility node and partial accessibility tree for this DOM node, if it exists.

GetPartialAxTreeCommandBuilder
GetPartialAxTreeReturn

Fetches the accessibility node and partial accessibility tree for this DOM node, if it exists.

QueryAxTreeCommand

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 accessibleName or role is specified, it returns all the accessibility nodes in the subtree.

QueryAxTreeCommandBuilder
QueryAxTreeReturn

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 accessibleName or role is specified, it returns all the accessibility nodes in the subtree.

Enums

AxPropertyName
AxValueNativeSourceType
AxValueSourceType
AxValueType