Swipe Screen
mobile_swipe_on_screenSwipes on a device screen in a specified direction, with optional start coordinates and distance for precise gesture control across iOS and Android apps.
Instructions
Swipe on the screen
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | No | The x coordinate to start the swipe from, in pixels. If not provided, uses center of screen | |
| y | No | The y coordinate to start the swipe from, in pixels. If not provided, uses center of screen | |
| device | Yes | The device identifier to use. Use mobile_list_available_devices to find which devices are available to you. | |
| distance | No | The distance to swipe in pixels. Defaults to 60% of the available screen axis | |
| overflow | No | When a coordinate swipe would leave the screen, reject it by default; use shorten only when ending at the edge is intentional. | reject |
| direction | Yes | The direction to swipe |