GetPartialAXTreeRequest

@Serializable
data class GetPartialAXTreeRequest(val nodeId: NodeId? = null, val backendNodeId: BackendNodeId? = null, val objectId: RemoteObjectId? = null, val fetchRelatives: Boolean? = null)

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

Constructors

Link copied to clipboard
constructor(nodeId: NodeId? = null, backendNodeId: BackendNodeId? = null, objectId: RemoteObjectId? = null, fetchRelatives: Boolean? = null)

Types

Link copied to clipboard
class Builder

A builder for GetPartialAXTreeRequest, which allows setting the optional parameters of the AccessibilityDomain.getPartialAXTree command via a lambda.

Properties

Link copied to clipboard

Identifier of the backend node to get the partial accessibility tree for.

Link copied to clipboard

Whether to fetch this node's ancestors, siblings and children. Defaults to true.

Link copied to clipboard

Identifier of the node to get the partial accessibility tree for.

Link copied to clipboard

JavaScript object id of the node wrapper to get the partial accessibility tree for.