simulator_tap
Tap specific x,y coordinates on the iOS Simulator to automate UI testing and simulate user touch events for app interaction workflows.
Instructions
Tap at specific coordinates on the iOS Simulator screen. Requires idb (pip3 install fb-idb).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| duration | No | Tap duration in seconds (for long press) | |
| simulator_udid | No | Simulator UDID. Default: first booted simulator | |
| x | Yes | X coordinate to tap | |
| y | Yes | Y coordinate to tap |