browserlane
CLI referenceInteraction

bl select

Select an option in a <select> element

Select an option in a <select> element

Usage

bl select [selector] [value] [flags]

Global flags

FlagDescription
--headlessHide browser window (visible by default)
--jsonOutput as JSON
-v, --verboseEnable debug logging

Examples

bl select "select#color" "blue"
# Select "blue" in the color dropdown