type_text
Simulate text input on connected Android devices via the espresso-mcp server. Ensures accurate handling of spaces and characters for reliable automation.
Instructions
Type text on the connected Android device. Handles spaces correctly.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
text | Yes |
Input Schema (JSON Schema)
{
"properties": {
"text": {
"title": "Text",
"type": "string"
}
},
"required": [
"text"
],
"title": "type_textArguments",
"type": "object"
}