browser_type
Type text into web page input fields using CSS selectors, with options to clear content first or press Enter after typing.
Instructions
Type text into an input element on the page
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selector | Yes | CSS selector of input element | |
| text | Yes | Text to type | |
| clear | No | Clear existing content first (default: false) | |
| pressEnter | No | Press Enter after typing (default: false) |