Package io.fluentlenium.core.action
Class BaseFill<E extends FluentWebElement>
java.lang.Object
io.fluentlenium.core.action.BaseFill<E>
- Type Parameters:
E
- type of element to fill
- Direct Known Subclasses:
Fill
,FillSelect
Common class form filling features storing the potential elements to fill.
- See Also:
-
Constructor Summary
ConstructorDescriptionCreates a new fill, from a single element.BaseFill
(FluentList<E> list) Creates a new fill, from a list of element. -
Method Summary
-
Constructor Details
-
BaseFill
Creates a new fill, from a list of element.- Parameters:
list
- list of element to fill
-
BaseFill
Creates a new fill, from a single element.- Parameters:
element
- element to fill
-
-
Method Details
-
getElements
Get elements to fill- Returns:
- list of elements
-