browser_select
Select options from dropdown menus in web browsers using CSS selectors, values, labels, or indices for automated testing and interaction.
Instructions
Select an option from a dropdown ( element).
Provide one of: value, label, or index.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selector | Yes | CSS selector for the <select> element | |
| value | No | Value attribute to select | |
| label | No | Visible text label to select | |
| index | No | Index of option to select (0-based) | |
| timeout | No | Timeout in milliseconds |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |