Tap a point
tapSimulate a touch at specified x,y coordinates (in points) on the iOS Simulator to trigger UI interactions.
Instructions
Tap at (x, y) in POINTS (logical coordinates — the same space as accessibility-tree frames).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | x coordinate in points | |
| y | Yes | y coordinate in points |