browser_type
Type text into input elements on a web page. Target a specific browser tab or agent, and optionally press Enter to submit.
Instructions
Type text into an input element. Supports targeting a specific tab via tabId.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | Yes | Element ref from page snapshot | |
| text | Yes | Text to type | |
| tabId | No | Target tab ID (from browser_tabs list). Uses active tab if omitted. | |
| submit | No | Press Enter after typing | |
| agentId | No | Agent identifier for parallel execution. Pass a unique ID (e.g. 'C1', 'J2') — the server automatically routes calls to this agent's dedicated tab (registered via browser_tabs action=new). | |
| element | No | Human-readable description of the element |