input_text
Types text into the currently focused input field on an Android device, enabling remote text entry for UI automation.
Instructions
Type text into the currently focused input field.
Note: This works best with ASCII text. For Chinese/Unicode text, use set_clipboard + input_keyevent(keycode='279') (paste) instead.
Args: text: Text to type (spaces are supported)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |