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