An NDoc Documented Class Library

DefaultSelenium.DoubleClickAt Method 

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

public void DoubleClickAt(
   string locator,
   string coordString
);

Parameters

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

Implements

ISelenium.DoubleClickAt

See Also

DefaultSelenium Class | Selenium Namespace