Elements

bl keys

Press a key or key combination

Press a key or key combination

Usage

bl keys <keys> [OPTIONS]

Arguments

ArgumentDescription
&lt;keys&gt;Key or key combination to press (e.g., Enter, Control+a, Shift+Tab)

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 keys Enter
# Press Enter

bl keys "Control+a"
# Select all

bl keys "Shift+Tab"
# Shift+Tab to previous field

On this page