browser_select
Select options from dropdown menus in a real browser using element references, CSS selectors, or option values for automated browser interactions.
Instructions
Select an option from a dropdown/select element
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | No | Element reference from snapshot | |
| selector | No | CSS selector for the select element | |
| value | No | Option value to select | |
| label | No | Option label text to select | |
| index | No | Option index to select (0-based) |