browserlane
CLI referenceInteraction

bl fill

Clear an input field and type new text

Clear an input field and type new text

Usage

bl fill [selector] [text] [flags]

Global flags

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

Examples

bl fill "input[name=email]" "user@example.com"
# Clear the field and type new value

bl fill "#search" "browserlane"
# Replace search field contents