browserlane
CLI referenceInteraction

bl uncheck

Uncheck a checkbox

Uncheck a checkbox

Usage

bl uncheck [selector] [flags]

Global flags

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

Examples

bl uncheck "input[name=agree]"
# Uncheck the "agree" checkbox (idempotent)