CLI referenceCapture
bl highlight
Highlight an element with a red outline for 3 seconds
Highlight an element with a red outline for 3 seconds
Usage
bl highlight [selector] [flags]Global flags
| Flag | Description |
|---|---|
--headless | Hide browser window (visible by default) |
--json | Output as JSON |
-v, --verbose | Enable debug logging |
Examples
bl highlight "h1"
# Highlights the first h1 element
bl highlight @e1
# Highlights the element from map