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, int offsetX, int offsetY);
toElement OpenQA.Selenium.IWebElement
The OpenQA.Selenium.IWebElement to which to move the mouse.
offsetX System.Int32
The horizontal offset to which to move the mouse.
offsetY System.Int32
The vertical offset to which to move the mouse.
OpenQA.Selenium.IWebElement
A self-reference to this OpenQA.Selenium.IWebElement.