An NDoc Documented Class Library

DefaultSelenium.MouseUpRightAt Method 

Simulates the event that occurs when the user releases the right mouse button (i.e., stops holding the button down) at the specified location.

public void MouseUpRightAt(
   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.MouseUpRightAt

See Also

DefaultSelenium Class | Selenium Namespace