Query AXTree Request
@Serializable
Request object containing input parameters for the AccessibilityDomain.queryAXTree command.
Constructors
Link copied to clipboard
constructor(nodeId: NodeId? = null, backendNodeId: BackendNodeId? = null, objectId: RemoteObjectId? = null, accessibleName: String? = null, role: String? = null)
Types
Link copied to clipboard
class Builder
A builder for QueryAXTreeRequest, which allows setting the optional parameters of the AccessibilityDomain.queryAXTree command via a lambda.