Actions MoveToElement Method (IWebElement)WebDriver
Moves the mouse to the specified element.

Namespace: OpenQA.Selenium.Interactions
Assembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax

public Actions MoveToElement(
	IWebElement toElement
)

Return Value

A self-reference to this Actions.
See Also