Package org.fluentlenium.core.proxy
Class ElementSupplierLocator
- java.lang.Object
-
- org.fluentlenium.core.proxy.ElementSupplierLocator
-
- All Implemented Interfaces:
org.openqa.selenium.support.pagefactory.ElementLocator
- Direct Known Subclasses:
ElementInstanceLocator
public class ElementSupplierLocator extends java.lang.Object implements org.openqa.selenium.support.pagefactory.ElementLocatorElement locator implemented by aSupplierofWebElement.
-
-
Constructor Summary
Constructors Constructor Description ElementSupplierLocator(java.util.function.Supplier<org.openqa.selenium.WebElement> elementSupplier)Creates a new element supplier locator.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.openqa.selenium.WebElementfindElement()java.util.List<org.openqa.selenium.WebElement>findElements()java.lang.StringtoString()
-
-
-
Method Detail
-
findElement
public org.openqa.selenium.WebElement findElement()
- Specified by:
findElementin interfaceorg.openqa.selenium.support.pagefactory.ElementLocator
-
findElements
public java.util.List<org.openqa.selenium.WebElement> findElements()
- Specified by:
findElementsin interfaceorg.openqa.selenium.support.pagefactory.ElementLocator
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-