ui_describe_point
Identify accessibility elements at specific screen coordinates in iOS Simulator to inspect UI components and verify interface behavior during testing.
Instructions
Returns the accessibility element at given co-ordinates on the iOS Simulator's screen
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| udid | No | Udid of target, can also be set with the IDB_UDID env var | |
| x | Yes | The x-coordinate | |
| y | Yes | The y-coordinate |