An NDoc Documented Class Library

DefaultSelenium.DragAndDrop Method 

Drags an element a certain distance and then drops it

public 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"

Implements

ISelenium.DragAndDrop

See Also

DefaultSelenium Class | Selenium Namespace