type
Enter text into a labeled input field on a webpage using its numbered identifier. Optionally clear existing text before typing. Facilitates precise data input for web automation tasks.
Instructions
Type text into an input field specified by its numbered label from the annotated screenshot. Optionally replace existing text first.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
label | Yes | The label of the input field | |
replaceText | No | If true, clears any existing text in the input field before typing the new text. | |
text | Yes | The text to type into the input field |