as_adb_input
Automate Android device UI by sending tap, swipe, text, or keyevent input commands.
Instructions
Send a tap/swipe/text/keyevent to the device (UI automation of the app).
Args: params (InputEventInput): kind ('text'|'keyevent'|'tap'|'swipe'), value, serial.
Returns: str: JSON with the command result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |