browser_type
Enter text into a CSS-selected input, optionally clearing existing content and targeting a specific tab for parallel agent control.
Instructions
Type text into a focused or selected input element.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Text to type. | |
| tab_id | No | Stable tab id from browser_tabs list; preferred when multiple agents run in parallel. Mutually exclusive with tab_index. | |
| selector | Yes | CSS selector of the input element. | |
| tab_index | No | Tab index from browser_tabs list. If omitted, uses the lowest-index tab. Mutually exclusive with tab_id. | |
| clear_first | No | Clear existing text before typing (default: false). |