browser_select_option
Select a dropdown option in a webpage, targeting a specific browser tab via tab ID to ensure correct form submission during automation.
Instructions
Select an option in a element. Supports targeting a specific tab via tabId.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | Yes | Element ref of the select element | |
| tabId | No | Target tab ID (from browser_tabs list). Uses active tab if omitted. | |
| value | Yes | Option value to select | |
| 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 |