type_text
Enter specified text into a web input element identified by its index, used for automated form filling and validation during QA testing.
Instructions
Type text into an input element.
Args: element_index: The [N] index of the input element text: The text to type
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| element_index | Yes | ||
| text | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |