Tap
tapTap a screen location on a mobile device by specifying x and y pixel coordinates. Use after retrieving element positions with get_ui_elements.
Instructions
Perform a single tap at the given (x, y) screen coordinates. Use get_ui_elements first to find the centerX/centerY of the element you want to tap.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| device_id | Yes | Device serial ID | |
| x | Yes | X coordinate in pixels | |
| y | Yes | Y coordinate in pixels |