Class Fill<E extends FluentWebElement>

    • Constructor Summary

      Constructors 
      Constructor Description
      Fill​(E element)
      Creates a new fill from a single element.
      Fill​(FluentList<E> list)
      Creates a new fill from a list of elements.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Fill with​(java.lang.String... textValues)
      Fills the underlying elements with the provided texts.
      Fill withText​(java.lang.String... textValues)
      Fills the underlying elements with the provided texts.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Fill

        public Fill​(FluentList<E> list)
        Creates a new fill from a list of elements.
        Parameters:
        list - list of elements to fill
      • Fill

        public Fill​(E element)
        Creates a new fill from a single element.
        Parameters:
        element - element to fill
    • Method Detail

      • withText

        public Fill withText​(java.lang.String... textValues)
        Fills the underlying elements with the provided texts.

        Synonym for with(String...).

        Parameters:
        textValues - value to search
        Returns:
        this Fill instance