set_text
Clear an Android input field and type new text, with Unicode support via URL-encoding and rejection of shell metacharacters.
Instructions
Clear the current input field and type new text. Unicode is supported via URL-encoding. Shell metacharacters are rejected.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Text to type after clearing | |
| maxClearChars | No | Maximum characters to clear (default: 100) |