View Source Improve this doc

dragAndDrop

Drag an item to a destination element. Note: this command only works for some drag&drop implementations and some browsers because of the way Selenium simulates mouse events.

Usage

1
browser.dragAndDrop(sourceElem,destinationElem);

Parameters

Param Type Details
sourceElem String source selector
destinationElem String destination selector

Uses