Setup

bl frame

Find a frame by name or URL substring

Find a frame by name or URL substring

Usage

bl frame <nameOrUrl> [OPTIONS]

Arguments

ArgumentDescription
&lt;nameOrUrl&gt;Frame name or URL substring to match

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 frame "myIframe"
# Find frame by name

bl frame "example.com"
# Find frame by URL substring

On this page