CLI referenceInteraction
bl drag
Drag from one element to another
Drag from one element to another
Usage
bl drag [source] [target] [flags]Global flags
| Flag | Description |
|---|---|
--headless | Hide browser window (visible by default) |
--json | Output as JSON |
-v, --verbose | Enable debug logging |
Examples
bl drag ".draggable" ".dropzone"
# Drag element to drop target
bl drag @e1 @e3
# Drag using map refs