Type in browser
browser_typeType text into the currently focused browser field without overwriting existing content. Click the field first to set focus, then insert text at the caret.
Instructions
Type text into the field that currently has focus in one of the agent's tabs; browser_click the field first. Text is inserted at the caret without clearing existing content. Use browser_press_key for Enter, Tab, Escape or Backspace, and type_text for native apps.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Exact text to type into the focused field | |
| tab_id | Yes | tab_id of one of the agent's tabs, from browser_open_tab or browser_list_tabs | |
| session_id | No | Stable task or thread ID. Pass the same value on every browser call for this task. Different IDs isolate tabs and cleanup within one MCP process. Omit for the default process session. |