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

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

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

Implements

ISelenium MouseMoveAt(String, String)
See Also