Package org.fluentlenium.core.proxy
Class ElementInstanceLocator
- java.lang.Object
-
- org.fluentlenium.core.proxy.ElementSupplierLocator
-
- org.fluentlenium.core.proxy.ElementInstanceLocator
-
- All Implemented Interfaces:
org.openqa.selenium.internal.WrapsElement,org.openqa.selenium.support.pagefactory.ElementLocator,org.openqa.selenium.WrapsElement
public class ElementInstanceLocator extends ElementSupplierLocator implements org.openqa.selenium.internal.WrapsElement
ElementLocatorfor an already foundWebElementinstance.
-
-
Constructor Summary
Constructors Constructor Description ElementInstanceLocator(org.openqa.selenium.WebElement element)Creates a new element instance locator
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.openqa.selenium.WebElementgetWrappedElement()-
Methods inherited from class org.fluentlenium.core.proxy.ElementSupplierLocator
findElement, findElements, toString
-
-