ActionsMoveByOffset Method
Moving the mouse to an offset from current mouse position.

Namespace: Selenium
Assembly: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
Syntax
VB Usage
Dim instance As Actions
Dim offset_x As Integer
Dim offset_y As Integer
Dim returnValue As Actions

returnValue = instance.MoveByOffset(offset_x, 
	offset_y)

Parameters

offset_x
Type: SystemInt32
X offset to move to.
offset_y
Type: SystemInt32
Y offset to move to.

Return Value

Type: Actions
Self
See Also