E - type of elements to fillpublic class Fill<E extends FluentWebElement> extends BaseFill<E>
| Constructor and 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.
|
| Modifier and Type | Method and 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
|
getElementspublic Fill(FluentList<E> list)
list - list of element to fillpublic Fill(E element)
element - element to fillpublic Fill with(java.lang.String... textValues)
textValues - value to searchpublic Fill withText(java.lang.String... textValues)
textValues - value to searchCopyright © 2018 FluentLenium. All Rights Reserved.