select
Choose an option from a dropdown list identified by its label. Returns the chosen option and any resulting page updates.
Instructions
Choose an option in a dropdown list, a select element, found by its label. Returns the choice made and anything that followed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | Yes | Visible label of the list, such as Country. Part of the label is enough. | |
| option | Yes | Text of the option to choose, exactly as the list shows it. |