GetAXNodeAndAncestorsRequest

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

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

Constructors

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

Types

Link copied to clipboard
class Builder

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

Properties

Link copied to clipboard

Identifier of the backend node to get.

Link copied to clipboard

Identifier of the node to get.

Link copied to clipboard

JavaScript object id of the node wrapper to get.