Elements
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> [OPTIONS]Arguments
| Argument | Description |
|---|---|
<selector> | CSS selector or @-reference of the element to highlight |
Options
| Option | Description |
|---|---|
--headless | Hide browser window (visible by default) |
--json | Output as JSON |
--session <value> | Run this command in the named session (env: BL_SESSION; default: "default") |
Global options
| Option | Description |
|---|---|
-v, --verbose | Enable debug logging |
Examples
bl highlight "h1"
# Highlights the first h1 element
bl highlight @e1
# Highlights the element from map