gestures
Execute multi-finger gestures on Android devices for automation and testing through the AutoBot MCP server, enabling precise touch interactions with configurable timing and movement patterns.
Instructions
Execute multi-finger gestures
Args:
gestures_data (list): List of gesture objects, each with:
- delay (int): Delay before starting this gesture
- duration (int): Duration of gesture in milliseconds
- points (list): List of points for the gesture
Returns:
str: Success or error message
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| gestures_data | Yes |