An NDoc Documented Class Library

DefaultSelenium.DragAndDropToObject Method 

Drags an element and drops it on another element

public void DragAndDropToObject(
   string locatorOfObjectToBeDragged,
   string locatorOfDragDestinationObject
);

Parameters

locatorOfObjectToBeDragged
an element to be dragged
locatorOfDragDestinationObject
an element whose location (i.e., whose top left corner) will be the point where locatorOfObjectToBeDragged is dropped

Implements

ISelenium.DragAndDropToObject

See Also

DefaultSelenium Class | Selenium Namespace