getChildAXNodes
suspend fun getChildAXNodes(args: Accessibility.GetChildAXNodesParameter, mode: CommandMode = CommandMode.DEFAULT): Accessibility.GetChildAXNodesReturn
Fetches a particular accessibility node by AXNodeId. Requires enable()
to have been called previously.
suspend fun getChildAXNodes(id: String, frameId: String? = null): Accessibility.GetChildAXNodesReturn
Fetches a particular accessibility node by AXNodeId. Requires enable()
to have been called previously.
Parameters
id
No description
frameId
The frame in whose document the node resides. If omitted, the root frame is used.