browser_select
Select an option from a dropdown element by specifying its CSS selector and the option's visible text, value attribute, or index.
Instructions
Select an in a dropdown.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selector | Yes | CSS selector of <select> element | |
| value | Yes | Option: visible text → value attribute → index |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |