mobile_gesture_combo
Execute multi-step gesture sequences on Android devices, including tap, swipe, drag, and hold actions, for automated testing or control.
Instructions
Execute a multi-step gesture sequence (array of steps). Each step can be tap, swipe, fastswipe, tap-hold, drag, press, move, release, hold, swipe-hold-start, swipe-hold-end, or swipe-hold-startend.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| steps | Yes | Array of gesture steps to execute in sequence | |
| serial | No | ADB device serial (optional) | |
| return_screen | No | Capture screen after sequence (default: true) |