ui_tap
Tap at specified x and y coordinates on an iOS Simulator screen, with optional press duration, to automate UI interactions.
Instructions
Tap on the screen in the iOS Simulator
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| duration | No | Press duration | |
| udid | No | Udid of target, can also be set with the IDB_UDID env var | |
| x | Yes | The x-coordinate | |
| y | Yes | The x-coordinate |