ui_describe_point
Identify the accessibility element at specific screen coordinates on the iOS Simulator for testing or debugging UI components.
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 |