DefaultSelenium Dragdrop Method WebDriver
deprecated - use dragAndDrop instead

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

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

Implements

ISelenium Dragdrop(String, String)
See Also