ISelenium DragAndDrop Method WebDriver
Drags an element a certain distance and then drops it

Namespace: Selenium
Assembly: ThoughtWorks.Selenium.Core (in ThoughtWorks.Selenium.Core.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax

void DragAndDrop(
	string locator,
	string movementsString
)

Parameters

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