tap
Tap at specific pixel coordinates on an iOS virtual machine screen to simulate touch interactions for automated testing and control.
Instructions
Tap at specific pixel coordinates on the screen.
Coordinates are in pixels matching the screenshot dimensions (1290x2796). Use screenshot() first to identify the target position.
Args: x: Horizontal pixel coordinate (0=left, 1290=right) y: Vertical pixel coordinate (0=top, 2796=bottom)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | ||
| y | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |