ios_gesture_path_hid
Replay a freeform stroke as ONE continuous HID touch (no automation session needed) — the direct input path is live-steerable, so curves, arcs, signatures, and unlock patterns land exactly. points are iOS screen points. Minimum 2. Single-contact only. Returns "no HID available" on iOS 17.x / no-tunnel.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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 | |
| points | Yes | Ordered waypoints of the stroke (first = touch-down, last = lift) |