ui_describe_point
Inspects an iOS Simulator screen at given coordinates to return the accessibility element, helping you identify UI components for automation and debugging.
Instructions
Returns the accessibility element at given co-ordinates on the iOS Simulator's screen
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | The x-coordinate | |
| y | Yes | The y-coordinate | |
| udid | No | Udid of target, can also be set with the IDB_UDID env var |