pl.wendigo.chrome.api.accessibility / GetPartialAXTreeRequest

GetPartialAXTreeRequest

data class GetPartialAXTreeRequest (source)

Represents request frame that can be used with Accessibility#getPartialAXTree operation call.

Fetches the accessibility node and partial accessibility tree for this DOM node, if it exists.

Link
Accessibility#getPartialAXTree method documentation.

See Also

AccessibilityOperations.getPartialAXTree

Constructors

<init>

GetPartialAXTreeRequest(nodeId: NodeId? = null, backendNodeId: BackendNodeId? = null, objectId: RemoteObjectId? = null, fetchRelatives: Boolean? = null)

Represents request frame that can be used with Accessibility#getPartialAXTree operation call.

Properties

backendNodeId

val backendNodeId: BackendNodeId?

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

fetchRelatives

val fetchRelatives: Boolean?

Whether to fetch this nodes ancestors, siblings and children. Defaults to true.

nodeId

val nodeId: NodeId?

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

objectId

val objectId: RemoteObjectId?

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