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