type_text
Type text into any input element on a webpage using a CSS selector. Optionally clear existing content before typing.
Instructions
Type text into an input element
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Text to type into the element | |
| selector | Yes | CSS selector for the input element | |
| clearFirst | No | Clear the input before typing (default: true) |