Class AbstractSearchSupplier

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

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

      Constructors 
      Constructor Description
      AbstractSearchSupplier​(java.util.List<SearchFilter> searchFilters, java.lang.Object proxy)
      Creates a new search supplier.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface java.util.function.Supplier

        get
    • Constructor Detail

      • AbstractSearchSupplier

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

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object