Click Screen
mobile_click_on_screen_at_coordinatesClick a mobile screen at specific x,y pixel coordinates to automate native UI interactions. Use with element coordinates from list_elements_on_screen for precise tapping.
Instructions
Click on the screen at given x,y coordinates. If clicking on an element, use the list_elements_on_screen tool to find the coordinates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | The x coordinate to click on the screen, in pixels | |
| y | Yes | The y coordinate to click on the screen, in pixels | |
| device | Yes | The device identifier to use. Use mobile_list_available_devices to find which devices are available to you. |