long_press
Hold a finger on a screen coordinate for a set duration to trigger long-press actions, context menus, or drag handles on Android devices.
Instructions
Press and hold a coordinate (true device pixels) for a duration — for context menus, drag handles, and long-press actions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | X coordinate in true device pixels. | |
| y | Yes | Y coordinate in true device pixels. | |
| serial | No | Target device serial (adb -s). Optional when exactly one device is attached. | |
| duration_ms | No | Hold duration in ms. Default 600. |