getRootAXNode
suspend fun getRootAXNode(args: Accessibility.GetRootAXNodeParameter, mode: CommandMode = CommandMode.DEFAULT): Accessibility.GetRootAXNodeReturn
Fetches the root node. Requires enable()
to have been called previously.
Fetches the root node. Requires enable()
to have been called previously.
Parameters
frameId
The frame in whose document the node resides. If omitted, the root frame is used.