Module cdp::accessibility
[−]
[src]
[Experimental]
Accessibility
Commands
Accessibility.getPartialAXTreeExperimentalFetches the accessibility node and partial accessibility tree for this DOM node, if it exists.
Types
AXNodeIdExperimentalUnique accessibility node identifier.
AXValueTypeExperimentalEnum of possible property types.
AXValueSourceTypeExperimentalEnum of possible property sources.
AXValueNativeSourceTypeExperimentalEnum of possible native property sources (as a subtype of a particular AXValueSourceType).
AXValueSourceExperimentalA single source for a computed AX property.
AXRelatedNodeExperimentalAXPropertyExperimentalAXValueExperimentalA single computed AX property.
AXGlobalStatesExperimentalStates which apply to every AX node.
AXLiveRegionAttributesExperimentalAttributes which apply to nodes in live regions.
AXWidgetAttributesExperimentalAttributes which apply to widgets.
AXWidgetStatesExperimentalStates which apply to widgets.
AXRelationshipAttributesExperimentalRelationships between elements other than parent/child/sibling.
AXNodeExperimentalA node in the accessibility tree.
Structs
| AxNode |
[Experimental] A node in the accessibility tree. |
| AxProperty |
[Experimental] |
| AxRelatedNode |
[Experimental] |
| AxValue |
[Experimental] A single computed AX property. |
| AxValueSource |
[Experimental] A single source for a computed AX property. |
| GetPartialAxTreeCommand |
[Experimental] Fetches the accessibility node and partial accessibility tree for this DOM node, if it exists. |
| GetPartialAxTreeResponse |
[Experimental] Fetches the accessibility node and partial accessibility tree for this DOM node, if it exists. |
Enums
| AxGlobalStates |
[Experimental] States which apply to every AX node. |
| AxLiveRegionAttributes |
[Experimental] Attributes which apply to nodes in live regions. |
| AxRelationshipAttributes |
[Experimental] Relationships between elements other than parent/child/sibling. |
| AxValueNativeSourceType |
[Experimental] Enum of possible native property sources (as a subtype of a particular AXValueSourceType). |
| AxValueSourceType |
[Experimental] Enum of possible property sources. |
| AxValueType |
[Experimental] Enum of possible property types. |
| AxWidgetAttributes |
[Experimental] Attributes which apply to widgets. |
| AxWidgetStates |
[Experimental] States which apply to widgets. |
Type Definitions
| AxNodeId |
[Experimental] Unique accessibility node identifier. |