CLI referenceInteraction
bl focus
Focus an element
Focus an element
Usage
bl focus [selector] [flags]Global flags
| Flag | Description |
|---|---|
--headless | Hide browser window (visible by default) |
--json | Output as JSON |
-v, --verbose | Enable debug logging |
Examples
bl focus "input[name=email]"
# Focus the email input
bl focus @e1
# Focus element from map