An NDoc Documented Class Library

ISelenium.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.

void Click(
   string locator
);

Parameters

locator
an element locator

See Also

ISelenium Interface | Selenium Namespace