browser_select
Select a dropdown option by specifying the select element's CSS selector and the option's value or label. Automates browser interaction with dropdowns.
Instructions
Select an option from a dropdown
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | Value or label of the option to select | |
| selector | Yes | Selector for the select element | |
| sessionId | No | Browser session ID |