package
0.0.0-20250224005500-01948a15fe7c
Repository: https://github.com/chromedp/cdproto.git
Documentation: pkg.go.dev

# Functions

Disable disables the accessibility domain.
Enable enables the accessibility domain which causes AXNodeIds to remain consistent between method calls.
GetAXNodeAndAncestors fetches a node and all ancestors up to and including the root.
GetChildAXNodes fetches a particular accessibility node by AXNodeId.
GetFullAXTree fetches the entire accessibility tree for the root Document.
GetPartialAXTree fetches the accessibility node and partial accessibility tree for this DOM node, if it exists.
GetRootAXNode fetches the root node.
QueryAXTree query a DOM node's accessibility subtree for accessible name and role.

# Constants

Command names.
Command names.
Command names.
Command names.
Command names.
Command names.
Command names.
Command names.
PropertyName values.
PropertyName values.
PropertyName values.
PropertyName values.
PropertyName values.
PropertyName values.
PropertyName values.
PropertyName values.
PropertyName values.
PropertyName values.
PropertyName values.
PropertyName values.
PropertyName values.
PropertyName values.
PropertyName values.
PropertyName values.
PropertyName values.
PropertyName values.
PropertyName values.
PropertyName values.
PropertyName values.
PropertyName values.
PropertyName values.
PropertyName values.
PropertyName values.
PropertyName values.
PropertyName values.
PropertyName values.
PropertyName values.
PropertyName values.
PropertyName values.
PropertyName values.
PropertyName values.
PropertyName values.
PropertyName values.
PropertyName values.
PropertyName values.
PropertyName values.
PropertyName values.
PropertyName values.
PropertyName values.
ValueNativeSourceType values.
ValueNativeSourceType values.
ValueNativeSourceType values.
ValueNativeSourceType values.
ValueNativeSourceType values.
ValueNativeSourceType values.
ValueNativeSourceType values.
ValueNativeSourceType values.
ValueNativeSourceType values.
ValueNativeSourceType values.
ValueSourceType values.
ValueSourceType values.
ValueSourceType values.
ValueSourceType values.
ValueSourceType values.
ValueSourceType values.
ValueType values.
ValueType values.
ValueType values.
ValueType values.
ValueType values.
ValueType values.
ValueType values.
ValueType values.
ValueType values.
ValueType values.
ValueType values.
ValueType values.
ValueType values.
ValueType values.
ValueType values.
ValueType values.
ValueType values.

# Structs

DisableParams disables the accessibility domain.
EnableParams enables the accessibility domain which causes AXNodeIds to remain consistent between method calls.
EventLoadComplete the loadComplete event mirrors the load complete event sent by the browser to assistive technology when the web page has finished loading.
EventNodesUpdated the nodesUpdated event is sent every time a previously requested node has changed the in tree.
GetAXNodeAndAncestorsParams fetches a node and all ancestors up to and including the root.
GetAXNodeAndAncestorsReturns return values.
GetChildAXNodesParams fetches a particular accessibility node by AXNodeId.
GetChildAXNodesReturns return values.
GetFullAXTreeParams fetches the entire accessibility tree for the root Document.
GetFullAXTreeReturns return values.
GetPartialAXTreeParams fetches the accessibility node and partial accessibility tree for this DOM node, if it exists.
GetPartialAXTreeReturns return values.
GetRootAXNodeParams fetches the root node.
GetRootAXNodeReturns return values.
Node a node in the accessibility tree.
Property [no description].
QueryAXTreeParams query a DOM node's accessibility subtree for accessible name and role.
QueryAXTreeReturns return values.
RelatedNode [no description].
Value a single computed AX property.
ValueSource a single source for a computed AX property.

# Type aliases

NodeID unique accessibility node identifier.
PropertyName values of AXProperty name: - from 'busy' to 'roledescription': states which apply to every AX node - from 'live' to 'root': attributes which apply to nodes in live regions - from 'autocomplete' to 'valuetext': attributes which apply to widgets - from 'checked' to 'selected': states which apply to widgets - from 'activedescendant' to 'owns' - relationships between elements other than parent/child/sibling.
ValueNativeSourceType enum of possible native property sources (as a subtype of a particular AXValueSourceType).
ValueSourceType enum of possible property sources.
ValueType enum of possible property types.