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

ArgumentDescription
&lt;selector&gt;CSS selector or @-reference of the element to highlight

Options

OptionDescription
--headlessHide browser window (visible by default)
--jsonOutput as JSON
--session <value>Run this command in the named session (env: BL_SESSION; default: "default")

Global options

OptionDescription
-v, --verboseEnable debug logging

Examples

bl highlight "h1"
# Highlights the first h1 element

bl highlight @e1
# Highlights the element from map

On this page