Package io.fluentlenium.core.action
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
Default form filling features.
Documentation can also be found at the FluentLenium website at Locators / Filling Forms.
-
Constructor Summary
ConstructorDescriptionCreates a new fill from a single element.Fill
(FluentList<E> list) Creates a new fill from a list of elements. -
Method Summary
Methods inherited from class io.fluentlenium.core.action.BaseFill
getElements
-
Constructor Details
-
Fill
Creates a new fill from a list of elements.- Parameters:
list
- list of elements to fill
-
Fill
Creates a new fill from a single element.- Parameters:
element
- element to fill
-
-
Method Details
-
with
Fills the underlying elements with the provided texts.- Parameters:
textValues
- value to search- Returns:
- this Fill instance
- See Also:
-
withText
Fills the underlying elements with the provided texts.Synonym for
with(String...)
.- Parameters:
textValues
- value to search- Returns:
- this Fill instance
-