| title | vibium select |
|---|
Choose an option from a <select> dropdown.
vibium select @e<num> "<option>"
Picks the option whose visible label matches <option> from the dropdown
referenced by @e<num>.
vibium select @e5 "United States"Find first, then select:
$ vibium find label "Country"
@e5 select label="Country"
$ vibium select @e5 "Canada"