select_option
Select a dropdown option by providing the element's index and the value or visible text to choose.
Instructions
Select an option from a dropdown/select element.
Args: element_index: The [N] index of the select element value: The value or visible text to select
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| element_index | Yes | ||
| value | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |