Setup

bl reload

Reload the current page

Reload the current page

Usage

bl reload [OPTIONS]

Options

OptionDescription
--ignore-cacheBypass the browser cache when reloading
--wait <value>Readiness state to wait for before returning (default: complete)
--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 reload
# Reload the current page

bl reload --ignore-cache
# Reload, bypassing the browser cache

bl reload --wait interactive
# Return as soon as the DOM is interactive

On this page