select_option
Select an option from a dropdown element by its visible label or value attribute in a live Safari browser.
Instructions
Select an option from a dropdown by value or visible label.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uid | Yes | The uid of a <select> element from the page content snapshot. | |
| label | No | The visible text of the option to select. | |
| value | No | The option value to select. |