adb_input_fling
Simulate a fast fling gesture to scroll through long lists, dismiss notifications, or trigger velocity-sensitive behaviors on Android devices.
Instructions
Perform a high-velocity fling gesture. Like swipe but with a short duration to create scroll momentum on lists, launchers, and paged views. Useful for fast-scrolling through long lists, dismissing notifications, or triggering velocity-sensitive behaviors.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x1 | Yes | Start X coordinate | |
| y1 | Yes | Start Y coordinate | |
| x2 | Yes | End X coordinate | |
| y2 | Yes | End Y coordinate | |
| durationMs | No | Fling duration in ms (20-200, default 50). Shorter = more velocity | |
| device | No | Device serial |