CLI referenceInteraction
bl check
Check a checkbox or radio button
Check a checkbox or radio button
Usage
bl check [selector] [flags]Global flags
| Flag | Description |
|---|---|
--headless | Hide browser window (visible by default) |
--json | Output as JSON |
-v, --verbose | Enable debug logging |
Examples
bl check "input[name=agree]"
# Check the "agree" checkbox (idempotent)