swipe_on_screen
Perform screen swipes on mobile devices with customizable direction, start coordinates, and distance. This tool integrates with the Mobile Next MCP Server for scalable iOS and Android automation, enabling precise interaction with applications.
Instructions
Swipe on the screen
Input Schema
Name | Required | Description | Default |
---|---|---|---|
direction | Yes | The direction to swipe | |
distance | No | The distance to swipe in pixels. Defaults to 400 pixels for iOS or 30% of screen dimension for Android | |
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 |