ios_tap
Tap at (x,y) on an iOS device screen — the FALLBACK for when an element has no usable label. Prefer ios_tap_by_label (taps by accessibility label via the automation session, no coordinate math, works even on zero-area elements) whenever the target has a name in ios_page_source. Coordinates here are in physical screen points and must come from ios_page_source (the authoritative source), NOT eyeballed from a screenshot. Requires an active iOS automation session.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | X coordinate in screen points (from ios_page_source element center) | |
| y | Yes | Y coordinate in screen points (from ios_page_source element center) | |
| udid | Yes | iOS device UDID | |
| duration | No | Tap hold duration in ms (default: 100) |