GetChildAXNodesResponse

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

Response type for the AccessibilityDomain.getChildAXNodes command.

Constructors

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

Properties

Link copied to clipboard

(undocumented in the protocol definition)