browser_select
Choose an option from any select dropdown element by providing a CSS selector and the value to select.
Instructions
Select an option in a dropdown element.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selector | Yes | CSS selector of the <select> element | |
| value | Yes | Value of the option to select |