chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.accessibility / QueryAXTreeResponse

QueryAXTreeResponse

data class QueryAXTreeResponse

Response type for the AccessibilityDomain.queryAXTree command.

Constructors

<init>

Response type for the AccessibilityDomain.queryAXTree command.

QueryAXTreeResponse(nodes: List<AXNode>)

Properties

nodes

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

val nodes: List<AXNode>