Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 1.27 KB

File metadata and controls

15 lines (14 loc) · 1.27 KB

WebElementExtensions.MoveToElement(OpenQA.Selenium.IWebElement) Method

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);

Parameters

toElement OpenQA.Selenium.IWebElement
The OpenQA.Selenium.IWebElement to which to move the mouse.

Returns

OpenQA.Selenium.IWebElement
A self-reference to this OpenQA.Selenium.IWebElement.