chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.accessibility / QueryAXTreeRequest

QueryAXTreeRequest

data class QueryAXTreeRequest

Request object containing input parameters for the AccessibilityDomain.queryAXTree command.

Constructors

<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)

Properties

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?