browserlane
CLI referenceInspect page

bl frame

Find a frame by name or URL substring

Find a frame by name or URL substring

Usage

bl frame [nameOrUrl] [flags]

Global flags

FlagDescription
--headlessHide browser window (visible by default)
--jsonOutput as JSON
-v, --verboseEnable debug logging

Examples

bl frame "myIframe"
# Find frame by name

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