CLI referenceInspect page
bl value
Get the current value of a form element
Get the current value of a form element
Usage
bl value [selector] [flags]Global flags
| Flag | Description |
|---|---|
--headless | Hide browser window (visible by default) |
--json | Output as JSON |
-v, --verbose | Enable debug logging |
Examples
bl value "input[name=email]"
# Print the current value of the email input