GetChildAXNodesResponse

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

Response type for the AccessibilityDomain.getChildAXNodes command.

Constructors

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

Properties

Link copied to clipboard