Actions GetLocatableFromElement Method WebDriver
Gets the ILocatable instance of the specified IWebElement.

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

protected static ILocatable GetLocatableFromElement(
	IWebElement element
)

Return Value

The ILocatable of the IWebElement.
See Also