Double Tap Screen
mobile_double_tap_on_screenExecute a double-tap at specified screen coordinates to interact with mobile app elements, such as zooming or activating controls.
Instructions
Double-tap on the screen at given x,y coordinates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | The x coordinate to double-tap, in pixels | |
| y | Yes | The y coordinate to double-tap, in pixels | |
| device | Yes | The device identifier to use. Use mobile_list_available_devices to find which devices are available to you. |