ActionsMoveToElement Method
Moving the mouse to the middle of an element.

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

returnValue = instance.MoveToElement(element)

Parameters

element
Type: SeleniumWebElement
The element to move to.

Return Value

Type: Actions
Self
See Also