DroidMind

by hyperb1iss
Verified

input_text

Simulate keyboard input on an Android device using the device serial number and specified text for precise control and automation.

Instructions

Input text on the device.

Args: serial: Device serial number text: Text to input (will be typed as if from keyboard)

Returns: The result of the text input operation

Input Schema

NameRequiredDescriptionDefault
serialYes
textYes

Input Schema (JSON Schema)

{ "properties": { "serial": { "title": "Serial", "type": "string" }, "text": { "title": "Text", "type": "string" } }, "required": [ "serial", "text" ], "title": "input_textArguments", "type": "object" }
ID: p03zdsi6ol