GetFullAXTreeResponse

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

Response type for the AccessibilityDomain.getFullAXTree command.

Constructors

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

Properties

Link copied to clipboard

(undocumented in the protocol definition)