mobile_type
Input text into the active text field on an Android device, with options to clear the field beforehand and capture the resulting screen.
Instructions
Type text into the currently focused input field on the Android device.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Text to type | |
| serial | No | ADB device serial (optional) | |
| clear_first | No | Clear the field before typing (default: false) | |
| return_screen | No | Capture screen after typing (default: true) |