select_option_by_value
Select a dropdown option by its value attribute for precise form automation. Throws an error if the element or option is not found within the default 7-second timeout.
Instructions
Select a dropdown option by its value attribute. 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 |