public abstract class AbstractSearchSupplier extends Object implements java.util.function.Supplier<List<org.openqa.selenium.WebElement>>
| Constructor and Description |
|---|
AbstractSearchSupplier(List<SearchFilter> searchFilters,
Object proxy)
Creates a new search supplier.
|
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetpublic AbstractSearchSupplier(List<SearchFilter> searchFilters, Object proxy)
searchFilters - filters to display in toString()proxy - proxy to use for toString()Copyright © 2017 FluentLenium. All Rights Reserved.