RemoteWebElement Click Method WebDriver
Clicks this element.

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

public void Click()

Implements

IWebElement Click 
Exceptions

Remarks

Click this element. If the click causes a new page to load, the Click  method will attempt to block until the page has loaded. After calling the Click  method, you should discard all references to this element unless you know that the element and the page will still be present. Otherwise, any further operations performed on this element will have an undefined behavior.
See Also