mqscript_swipe
Execute touchscreen swipe gestures between specified coordinates with controlled duration for mobile automation testing and device control.
Instructions
Swipe from one point to another with specified duration
Input Schema
Name | Required | Description | Default |
---|---|---|---|
duration | No | Swipe duration in milliseconds | |
x1 | Yes | Starting X coordinate | |
x2 | Yes | Ending X coordinate | |
y1 | Yes | Starting Y coordinate | |
y2 | Yes | Ending Y coordinate |