ios_long_press_hid
Long-press (hold) at (x,y) via the direct input path (no automation session needed). Coordinates are iOS screen points. Single-contact only. Returns "no HID available" on iOS 17.x / no-tunnel.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | X coordinate (screen points, or 0..1 fraction if norm=true) | |
| y | Yes | Y coordinate (screen points, or 0..1 fraction if norm=true) | |
| norm | No | If true, x/y (and path points) are 0..1 FRACTIONS of the screen — pass `pixelInScreenshot ÷ screenshotSize` directly (scale-free, matches the frontend, avoids point-guessing). Default false = iOS screen points. | |
| udid | Yes | iOS device UDID | |
| durationMs | No | Hold duration in ms (default: 600) |