input_text
Input text at a specified screen coordinate to automate text entry on HarmonyOS devices.
Instructions
input text to the given coordinate Args: center: a string like "(x, y)", sample: "(227, 168)" text: the text to input
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| center | Yes | ||
| text | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |