ui_tap
Simulate screen taps on an iOS Simulator by specifying coordinates and duration to test or automate UI interactions effectively.
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 |