WebElementDragAndDropToOffset Method
Drag and drop the element to an offset

Namespace: Selenium
Assembly: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
Syntax
VB Usage
Dim instance As WebElement
Dim offsetX As Integer
Dim offsetY As Integer

instance.DragAndDropToOffset(offsetX, 
	offsetY)

Parameters

offsetX
Type: SystemInt32
Offset X
offsetY
Type: SystemInt32
Offset Y
See Also