Actions Click Method WebDriver
Clicks the mouse at the last known mouse coordinates.

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

public Actions Click()

Return Value

A self-reference to this Actions.
See Also