pl.wendigo.chrome.api.accessibility / GetPartialAXTreeResponse

GetPartialAXTreeResponse

data class GetPartialAXTreeResponse (source)

Represents response frame that is returned from Accessibility#getPartialAXTree operation call. Fetches the accessibility node and partial accessibility tree for this DOM node, if it exists.

Link
Accessibility#getPartialAXTree method documentation.

See Also

AccessibilityOperations.getPartialAXTree

Constructors

<init>

GetPartialAXTreeResponse(nodes: List<AXNode>)

Represents response frame that is returned from Accessibility#getPartialAXTree operation call. Fetches the accessibility node and partial accessibility tree for this DOM node, if it exists.

Properties

nodes

val nodes: List<AXNode>

The Accessibility.AXNode for this DOM node, if it exists, plus its ancestors, siblings and children, if requested.