An NDoc Documented Class Library

ISelenium.DragAndDropToObject Method 

Drags an element and drops it on another element

void DragAndDropToObject(
   string locatorOfObjectToBeDragged,
   string locatorOfDragDestinationObject
);

Parameters

locatorOfObjectToBeDragged
an element to be dragged
locatorOfDragDestinationObject
an element whose location (i.e., whose center-most pixel) will be the point where locatorOfObjectToBeDragged is dropped

See Also

ISelenium Interface | Selenium Namespace