browser_select_dropdown_by_text
Automate dropdown selection in a web browser by specifying visible text using Selenium WebDriver. Ideal for testing and interaction tasks requiring precise dropdown option selection.
Instructions
Select dropdown by visible text
Input Schema
Name | Required | Description | Default |
---|---|---|---|
by | Yes | Locator strategy to find element | |
text | Yes | Visible text of the option to select | |
timeout | No | Maximum time to wait for element in milliseconds | |
value | Yes | Value for the locator strategy |