browserlane
CLI referenceBrowser state & emulation

bl diff

Compare current state vs previous

Compare current state vs previous

Usage

bl diff [flags]
bl diff [command]

Global flags

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

bl diff map

Compare current page elements vs last map

Usage

bl diff map [flags]

Global flags

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

Examples

bl map           # take initial snapshot
bl click @e3     # interact with page
bl diff map      # see what changed

On this page