browserlane
CLI referenceInteraction

bl drag

Drag from one element to another

Drag from one element to another

Usage

bl drag [source] [target] [flags]

Global flags

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

Examples

bl drag ".draggable" ".dropzone"
# Drag element to drop target

bl drag @e1 @e3
# Drag using map refs