ui_describe_point
Identifies the accessibility element at specific coordinates on the iOS Simulator screen, enabling precise UI element inspection for testing and debugging purposes.
Instructions
Returns the accessibility element at given co-ordinates on the iOS Simulator's screen
Input 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 |