browser_select_dropdown_by_text
Selects an option from a dropdown menu by matching its visible text, using a specified locator strategy and value to find the dropdown element.
Instructions
Select dropdown by visible text
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| by | Yes | Locator strategy to find element | |
| value | Yes | Value for the locator strategy | |
| timeout | No | Maximum time to wait for element in milliseconds | |
| text | Yes | Visible text of the option to select |