Clicks at a set of coordinates using the primary mouse button.
Namespace: OpenQA.SeleniumAssembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax
void Click( ICoordinates where )
Parameters
- where
- Type: OpenQA.Selenium.Interactions.Internal ICoordinates
An ICoordinates describing where to click.
See Also