GetAXNodeAndAncestorsResponse

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

Response type for the AccessibilityDomain.getAXNodeAndAncestors command.

Constructors

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

Properties

Link copied to clipboard