simulator_describe
Extract the iOS Simulator screen accessibility tree as JSON to locate UI elements for automation and testing.
Instructions
Get the accessibility tree of the current iOS Simulator screen as JSON. Useful for finding UI elements to interact with. Requires idb (pip3 install fb-idb).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| simulator_udid | No | Simulator UDID. Default: first booted simulator |