IMouse MouseMove Method (ICoordinates, Int32, Int32)WebDriver
Moves the mouse to the specified set of coordinates.

Namespace: OpenQA.Selenium
Assembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax

void MouseMove(
	ICoordinates where,
	int offsetX,
	int offsetY
)
See Also