An NDoc Documented Class Library

DefaultSelenium.Dragdrop Method 

deprecated - use dragAndDrop instead

public void Dragdrop(
   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.Dragdrop

See Also

DefaultSelenium Class | Selenium Namespace