QueryAXTreeResponse

@Serializable
data class QueryAXTreeResponse(val nodes: List<AXNode>)(source)

Response type for the AccessibilityDomain.queryAXTree command.

Constructors

Link copied to clipboard
constructor(nodes: List<AXNode>)

Properties

Link copied to clipboard

A list of Accessibility.AXNode matching the specified attributes, including nodes that are ignored for accessibility.