dragAndDrop
Drag an item to a destination element. Note: this command only works for some drag&drop implementation and some browser because of the way how Selenium simulates mouse events.
Usage
1 | browser.dragAndDrop(sourceElem,destinationElem); |
Parameters
Param | Type | Details |
---|---|---|
sourceElem | String | source selector |
destinationElem | String | destination selector |