ISelenium ClickAt Method WebDriver
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.

Namespace: Selenium
Assembly: ThoughtWorks.Selenium.Core (in ThoughtWorks.Selenium.Core.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax

void ClickAt(
	string locator,
	string coordString
)

Parameters

locator
Type: OnlineSystem String
an element locator
coordString
Type: OnlineSystem String
specifies the x,y position (i.e. - 10,20) of the mouse event relative to the element returned by the locator.
See Also