adb_long_press
Perform a long press at specified screen coordinates on an Android device via ADB, with optional duration and device targeting.
Instructions
Long press on the screen at the specified coordinates
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | X coordinate | |
| y | Yes | Y coordinate | |
| deviceId | No | Target device ID (optional) | |
| durationMs | No | Duration in milliseconds (default 1000) |