pl.wendigo.chrome.api.accessibility / GetFullAXTreeResponse

GetFullAXTreeResponse

data class GetFullAXTreeResponse (source)

Represents response frame that is returned from Accessibility#getFullAXTree operation call. Fetches the entire accessibility tree

Link
Accessibility#getFullAXTree method documentation.

See Also

AccessibilityOperations.getFullAXTree

Constructors

<init>

GetFullAXTreeResponse(nodes: List<AXNode>)

Represents response frame that is returned from Accessibility#getFullAXTree operation call. Fetches the entire accessibility tree

Properties

nodes

val nodes: List<AXNode>