An NDoc Documented Class Library

ISelenium.DragAndDrop Method 

Drags an element a certain distance and then drops it

void DragAndDrop(
   string locator,
   string movementsString
);

Parameters

locator
an element locator
movementsString
offset in pixels from the current location to which the element should be moved, e.g., "+70,-300"

See Also

ISelenium Interface | Selenium Namespace