MousemoveTo Method
Move the mouse to the specificed element.

Namespace: Selenium
Assembly: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
Syntax
VB Usage
Dim instance As Mouse
Dim element As WebElement
Dim returnValue As Mouse

returnValue = instance.moveTo(element)

Parameters

element
Type: SeleniumWebElement
Opaque ID assigned to the element to move to, as described in the WebElement JSON Object. If not specified or is null, the offset is relative to current position of the mouse.

Return Value

Type: Mouse

[Missing <returns> documentation for "M:Selenium.Mouse.moveTo(Selenium.WebElement)"]

See Also