Class Fill<E extends FluentWebElement>

java.lang.Object
io.fluentlenium.core.action.BaseFill<E>
io.fluentlenium.core.action.Fill<E>
Type Parameters:
E - type of elements to fill

public class Fill<E extends FluentWebElement> extends BaseFill<E>
Default form filling features.

Documentation can also be found at the FluentLenium website at Locators / Filling Forms.

  • Constructor Details

    • 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 Details