Elements

bl drag

Drag from one element to another

Drag from one element to another

Usage

bl drag <source> <target> [OPTIONS]

Arguments

ArgumentDescription
&lt;source&gt;CSS selector (or map ref) for the element to drag
&lt;target&gt;CSS selector (or map ref) for the drop target

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 drag ".draggable" ".dropzone"
# Drag element to drop target

bl drag @e1 @e3
# Drag using map refs

On this page