Class Fill<E extends FluentWebElement>

  • Type Parameters:
    E - type of elements to fill

    public class Fill<E extends FluentWebElement>
    extends BaseFill<E>
    Default form filling features.
    • 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 element.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Fill with​(java.lang.String... textValues)
      Set the values params as text for the fluentList or search a new list with the css selector and filters and add the values param on it
      Fill withText​(java.lang.String... textValues)
      Set the values params as text for the fluentList or search a new list with the css selector and filters and add the values param on it
      • 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 element.
        Parameters:
        list - list of element to fill
      • Fill

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

      • with

        public Fill with​(java.lang.String... textValues)
        Set the values params as text for the fluentList or search a new list with the css selector and filters and add the values param on it
        Parameters:
        textValues - value to search
        Returns:
        fill constructor
      • withText

        public Fill withText​(java.lang.String... textValues)
        Set the values params as text for the fluentList or search a new list with the css selector and filters and add the values param on it
        Parameters:
        textValues - value to search
        Returns:
        fill constructor