Releases the primary mouse button at a set of coordinates.
Namespace: OpenQA.SeleniumAssembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax
void MouseUp( ICoordinates where )
Parameters
- where
- Type: OpenQA.Selenium.Interactions.Internal ICoordinates
A ICoordinates describing where to release the mouse button.
See Also