browser_select_option
Select dropdown options in web applications by value or label text. Works with authenticated browser sessions across 100+ services like Slack, GitHub, and Jira.
Instructions
[Disabled] Select an option from a dropdown element by option value or visible label text. Dispatches a change event after selection. Specify either value or label — value takes precedence if both provided.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tabId | Yes | Tab ID of the page to interact with | |
| selector | Yes | CSS selector of the <select> element | |
| value | No | Option value attribute to select | |
| label | No | Option visible text to select — used when value is not provided |