type_text
Types text into a specified input field using a CSS selector, with an option to clear existing content first.
Instructions
Type text into an input field.
Args: selector: CSS selector for the field. text: Text to type. clear_first: Clear the field's existing contents before typing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| selector | Yes | ||
| clear_first | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |