Skip to content

Search is only available in production builds. Try building and previewing the site to test it out locally.

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>.

Terminal window
vibium select @e5 "United States"

Find first, then select:

Terminal window
$ vibium find label "Country"
@e5 select label="Country"
$ vibium select @e5 "Canada"