data class QueryAXTreeRequest
Request object containing input parameters for the AccessibilityDomain.queryAXTree command.
<init> |
Request object containing input parameters for the AccessibilityDomain.queryAXTree command. QueryAXTreeRequest(nodeId: NodeId? = null, backendNodeId: BackendNodeId? = null, objectId: RemoteObjectId? = null, accessibleName: String? = null, role: String? = null) |
accessibleName |
Find nodes with this computed name. val accessibleName: String? |
backendNodeId |
Identifier of the backend node for the root to query. val backendNodeId: BackendNodeId? |
nodeId |
Identifier of the node for the root to query. val nodeId: NodeId? |
objectId |
JavaScript object id of the node wrapper for the root to query. val objectId: RemoteObjectId? |
role |
Find nodes with this computed role. val role: String? |