browser_type
Types specified text into a web form field. Optionally clears existing content before entering new text.
Instructions
Type text into an input field or textarea.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selector | Yes | CSS selector for the input element | |
| text | Yes | Text to type into the field | |
| clear | No | Clear the field before typing (default: false) |