browser_select_dropdown_by_value
Automate selecting a dropdown option by its value using Selenium WebDriver. Specify locator strategy, target value, and optional timeout to streamline web testing workflows.
Instructions
Select dropdown by value
Input Schema
Name | Required | Description | Default |
---|---|---|---|
by | Yes | Locator strategy to find element | |
timeout | No | Maximum time to wait for element in milliseconds | |
value | Yes | Value of the option to select |