android_long_press
Simulate long press interactions on Android devices by specifying screen coordinates and duration for automated testing or UI automation tasks.
Instructions
Long press at specific coordinates on an Android device/emulator screen
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | X coordinate in pixels | |
| y | Yes | Y coordinate in pixels | |
| durationMs | No | Press duration in milliseconds (default: 1000) | |
| deviceId | No | Optional device ID. Uses first available device if not specified. |