select_option
Choose an option in a dropdown by visible text, value, or index using CSS, XPath, or other locators.
Instructions
Select an option from a dropdown by visible text, value, or index.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| by | No | Locator strategy | css |
| by_text | No | ||
| timeout | No | Wait timeout in seconds | |
| by_index | No | ||
| by_value | No | ||
| selector | Yes | CSS selector, XPath, or other locator value |