long_press
Simulate a long press at specified screen coordinates on an Android device. Optionally set hold duration and target device serial.
Instructions
Perform a long press at the specified coordinates
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | X coordinate | |
| y | Yes | Y coordinate | |
| duration | No | Duration in milliseconds | |
| serial | No | Device serial number |