QueryAXTreeRequest

@Serializable
data class QueryAXTreeRequest(val nodeId: NodeId? = null, val backendNodeId: BackendNodeId? = null, val objectId: RemoteObjectId? = null, val accessibleName: String? = null, val role: String? = null)(source)

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

Properties

Link copied to clipboard
val accessibleName: String? = null

Find nodes with this computed name.

Link copied to clipboard

Identifier of the backend node for the root to query.

Link copied to clipboard
val nodeId: NodeId? = null

Identifier of the node for the root to query.

Link copied to clipboard

JavaScript object id of the node wrapper for the root to query.

Link copied to clipboard
val role: String? = null

Find nodes with this computed role.