select_option_by_text
Select a dropdown option by its visible text. Waits up to 7 seconds and raises an error if the element or option isn't found.
Instructions
Select a dropdown option by its visible text. Raises an exception if the element or option aren't found within the default timeout, which is 7 seconds.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| option | Yes | ||
| dropdown_selector | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |