select_option_by_index
Select a dropdown option by its zero-based index for reliable web automation. Raises an exception if the option or dropdown isn't found within the default timeout.
Instructions
Select a dropdown option by its 0-based index. 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 |