getPartialAXTree
suspend fun getPartialAXTree(args: Accessibility.GetPartialAXTreeParameter, mode: CommandMode = CommandMode.DEFAULT): Accessibility.GetPartialAXTreeReturn
Fetches the accessibility node and partial accessibility tree for this DOM node, if it exists.
suspend fun getPartialAXTree(nodeId: Int? = null, backendNodeId: Int? = null, objectId: String? = null, fetchRelatives: Boolean? = null): Accessibility.GetPartialAXTreeReturn
Fetches the accessibility node and partial accessibility tree for this DOM node, if it exists.
Parameters
nodeId
Identifier of the node to get the partial accessibility tree for.
backendNodeId
Identifier of the backend node to get the partial accessibility tree for.
objectId
JavaScript object id of the node wrapper to get the partial accessibility tree for.
fetchRelatives
Whether to fetch this node's ancestors, siblings and children. Defaults to true.