Moves the mouse to the specified offset of the top-left corner of the specified element.
public static OpenQA.Selenium.IWebElement MoveToElement(this OpenQA.Selenium.IWebElement toElement);
toElement OpenQA.Selenium.IWebElement
The OpenQA.Selenium.IWebElement to which to move the mouse.
OpenQA.Selenium.IWebElement
A self-reference to this OpenQA.Selenium.IWebElement.