package
0.0.0-20240920093258-0eb8b47e7929
Repository: https://github.com/ecwid/control.git
Documentation: pkg.go.dev
# Functions
Disables the accessibility domain.
Enables the accessibility domain which causes `AXNodeId`s to remain consistent between method calls.
Fetches a node and all ancestors up to and including the root.
Fetches a particular accessibility node by AXNodeId.
Fetches the entire accessibility tree for the root Document
*/.
Fetches the accessibility node and partial accessibility tree for this DOM node, if it exists.
Fetches the root node.
Query a DOM node's accessibility subtree for accessible name and role.
# Structs
A node in the accessibility tree.
*/.
*/.
A single computed AX property.
A single source for a computed AX property.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
The loadComplete event mirrors the load complete event sent by the browser to assistive
technology when the web page has finished loading.
The nodesUpdated event is sent every time a previously requested node has changed the in tree.
No description provided by the author
No description provided by the author
# Type aliases
Unique accessibility node identifier.
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.
Enum of possible native property sources (as a subtype of a particular AXValueSourceType).
Enum of possible property sources.
Enum of possible property types.