select_option
Select a dropdown option by its label and the option text, using partial case-insensitive matching. Lists available options for troubleshooting when selection fails.
Instructions
Select a dropdown option by the dropdown's label and the option text. On failure, lists available options for debugging.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | Yes | Label text of the select/dropdown (case-insensitive partial match) | |
| option | Yes | Option text to select (case-insensitive partial match) | |
| browser | No | 'safari' or 'chrome' (defaults to Safari) |