browser_select_dropdown_by_value
Select a dropdown option by its value using a locator strategy. Specify element by id, css, xpath, name, tag, class, link, or partialLink. Optionally set a timeout for waiting on the element.
Instructions
Select dropdown by value
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| by | Yes | Locator strategy to find element | |
| value | Yes | Value of the option to select | |
| timeout | No | Maximum time to wait for element in milliseconds |