browser_select_option
Select an option from a dropdown element using a CSS selector and the option's value or label. Works with tabbed browsing for concurrent agent execution.
Instructions
Select an option in a element.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | Option value or label to select. | |
| 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 <select> element. | |
| tab_index | No | Tab index from browser_tabs list. If omitted, uses the lowest-index tab. Mutually exclusive with tab_id. |