ui_tap
Tap on the iOS Simulator screen at specified coordinates to simulate user interactions for testing and automation purposes.
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 |