adb_type_text
Type text into a focused field on an Android device via ADB. Handles spaces and special characters automatically, with optional device selection.
Instructions
Type text on the Android device.
The text is escaped for the adb shell. Spaces and special characters are handled automatically. The device must have a text field focused.
Args: text: The text to type. device: Device serial number. If omitted, auto-selects when only one device is connected.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| device | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |