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