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 )
Parameters
- where
- Type: OpenQA.Selenium.Interactions.Internal ICoordinates
A ICoordinates describing where to move the mouse to.
See Also