Setup

bl frames

List all child frames (iframes) on the page

List all child frames (iframes) on the page

Usage

bl frames [OPTIONS]

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 frames
# [{"context":"abc","url":"https://example.com/frame","name":"myFrame"}]

On this page