getFullAXTree
suspend fun getFullAXTree(args: Accessibility.GetFullAXTreeParameter, mode: CommandMode = CommandMode.DEFAULT): Accessibility.GetFullAXTreeReturn
Fetches the entire accessibility tree for the root Document
suspend fun getFullAXTree(depth: Int? = null, frameId: String? = null): Accessibility.GetFullAXTreeReturn
Fetches the entire accessibility tree for the root Document
Parameters
depth
The maximum depth at which descendants of the root node should be retrieved. If omitted, the full tree is returned.
frameId
The frame for whose document the AX tree should be retrieved. If omitted, the root frame is used.