adb_input_double_tap
Simulate a double-tap gesture at specified screen coordinates to trigger zoom, text selection, or other double-tap actions on Android devices.
Instructions
Double tap at a point on screen. Triggers zoom, text selection, or double-tap gestures. Two rapid taps with a configurable interval.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | X coordinate | |
| y | Yes | Y coordinate | |
| intervalMs | No | Interval between taps in ms (20-500, default 80) | |
| device | No | Device serial |