browser_select_option
Select an option from a dropdown menu by specifying a CSS selector and the option's value. Automates web form interactions in browser testing and automation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | Value to select | |
| selector | Yes | CSS selector of the select element |