select_option
Select a dropdown option by visible text, value, or index to support reliable web automation and test code generation. Resolves the challenge of picking correct options in browser interactions.
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 |