Moves the mouse to the specified set of coordinates.
Namespace: OpenQA.SeleniumAssembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax
void MouseMove( ICoordinates where, int offsetX, int offsetY )
Parameters
- where
- Type: OpenQA.Selenium.Interactions.Internal ICoordinates
A ICoordinates describing where to click.
- offsetX
- Type:
System Int32
A horizontal offset from the coordinates specified in where.
- offsetY
- Type:
System Int32
A vertical offset from the coordinates specified in where.
See Also