Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 528 Bytes

File metadata and controls

35 lines (23 loc) · 528 Bytes
title vibium select

Choose an option from a <select> dropdown.

Synopsis

vibium select @e<num> "<option>"

Description

Picks the option whose visible label matches <option> from the dropdown referenced by @e<num>.

Examples

vibium select @e5 "United States"

Find first, then select:

$ vibium find label "Country"
@e5  select  label="Country"

$ vibium select @e5 "Canada"

See also