Class AbstractSearchSupplier

  • All Implemented Interfaces:
    Supplier<List<org.openqa.selenium.WebElement>>

    public abstract class AbstractSearchSupplier
    extends Object
    implements Supplier<List<org.openqa.selenium.WebElement>>
    Abstract supplier providing toString() representation from elements proxy and search filters.
    • Constructor Detail

      • AbstractSearchSupplier

        public AbstractSearchSupplier​(List<SearchFilter> searchFilters,
                                      Object proxy)
        Creates a new search supplier.
        Parameters:
        searchFilters - filters to display in toString()
        proxy - proxy to use for toString()