browser_select_dropdown_by_text
Selects dropdown options by visible text in web automation, using locator strategies like ID, CSS, or XPath to identify and interact with dropdown elements.
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 |