An NDoc Documented Class Library

DefaultSelenium.Click Method 

Clicks on a link, button, checkbox or radio button. If the click action causes a new page to load (like a link usually does), call waitForPageToLoad.

public void Click(
   string locator
);

Parameters

locator
an element locator

Implements

ISelenium.Click

See Also

DefaultSelenium Class | Selenium Namespace