vibium select
Choose an option from a <select> dropdown.
Synopsis
Section titled “Synopsis”vibium select @e<num> "<option>"Description
Section titled “Description”Picks the option whose visible label matches <option> from the dropdown
referenced by @e<num>.
Examples
Section titled “Examples”vibium select @e5 "United States"Find first, then select:
$ vibium find label "Country"@e5 select label="Country"
$ vibium select @e5 "Canada"