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
| Flag | Description |
|---|---|
--headless | Hide browser window (visible by default) |
--json | Output as JSON |
-v, --verbose | Enable debug logging |
Examples
bl select "select#color" "blue"
# Select "blue" in the color dropdown