input_char
Input ASCII characters through simulated key presses when standard text entry fails, enabling reliable automation in Android device control scenarios.
Instructions
Input ASCII characters using key simulation
Use this when input_text doesn't work in certain situations
Args:
text (str): ASCII text to input
Returns:
str: Success or error message
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes |