browser_select_option
Select an option from a dropdown element by CSS selector, value, or visible text.
Instructions
Select an option from a dropdown element.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | Option text to match | |
| value | No | Option value to select | |
| selector | Yes | CSS selector of the select element |