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
| Flag | Description |
|---|---|
--headless | Hide browser window (visible by default) |
--json | Output as JSON |
-v, --verbose | Enable 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