swipe
Simulate swipe gestures on mobile screens by defining start and end coordinates with customizable duration, enabling precise app interaction automation via MCP Appium Server.
Instructions
Perform a swipe gesture on the screen
Input Schema
Name | Required | Description | Default |
---|---|---|---|
duration | No | Duration of the swipe in milliseconds (default: 800) | |
endX | Yes | Ending X coordinate | |
endY | Yes | Ending Y coordinate | |
startX | Yes | Starting X coordinate | |
startY | Yes | Starting Y coordinate |