Dump the accessibility tree
get_accessibility_treeRetrieve the iOS Simulator's accessibility tree to find UI elements and their exact tap coordinates, solving the problem of locating precise interaction points for automated testing or control.
Instructions
Return the simulator accessibility tree (elements with labels, roles, frames and computed center points). Use this to find exact tap coordinates for an element.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||