browserlane
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

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

Examples

bl value "input[name=email]"
# Print the current value of the email input