Click Screen
mobile_click_on_screen_at_coordinatesClicks on a mobile screen at exact x,y coordinates or by element ref from the latest element list to trigger UI actions.
Instructions
Click on the screen, either at x,y coordinates or on an element by its ref (e.g. "@e5") from the latest mobile_list_elements_on_screen result. Prefer ref when the element is listed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | No | The x coordinate to click on the screen, in pixels. Required unless ref is given | |
| y | No | The y coordinate to click on the screen, in pixels. Required unless ref is given | |
| ref | No | Element ref from mobile_list_elements_on_screen, e.g. "@e5". Takes precedence over x,y | |
| device | Yes | The device identifier to use. Use mobile_list_available_devices to find which devices are available to you. |