adb_input
Send tap, swipe, text, and keyevent input events to an Android device through ADB.
Instructions
Send input events to the device (tap, swipe, text, keyevent)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | Input type | |
| args | Yes | Arguments: tap='x y', swipe='x1 y1 x2 y2 [duration_ms]', text='string', keyevent='KEYCODE_HOME' | |
| device | No | Device serial |