select-option
Select specific dropdown options in browser automation by providing CSS selectors and values to interact with web page elements programmatically.
Instructions
Select the option
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selector | Yes | The selector of the option to select, find from the page source code | |
| value | Yes | The value of the option to select |