drag_to
The command to drag the current element to another element given its CSS selector.
Syntax
Usage
correct usage
incorrect usage
Arguments
css(str)
- The CSS selector of the element to drag to.
Yields
(Element) The current element that was dragged.
Last updated