An NDoc Documented Class Library

DefaultSelenium.MouseMoveAt Method 

Simulates a user pressing the mouse button (without releasing it yet) on the specified element.

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

See Also

DefaultSelenium Class | Selenium Namespace