Gets the ILocatable instance of the specified IWebElement.
Namespace: OpenQA.Selenium.InteractionsAssembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax
protected static ILocatable GetLocatableFromElement( IWebElement element )
Parameters
- element
- Type: OpenQA.Selenium IWebElement
The IWebElement to get the location of.
Return Value
The ILocatable of the IWebElement.See Also