| Package | Description |
|---|---|
| org.fluentlenium.core.action | |
| org.fluentlenium.core.domain |
| Modifier and Type | Method and Description |
|---|---|
Fill<E> |
FluentActions.fill()
Construct a Fill Builder in order to allow easy fill of visible input fields.
|
Fill |
Fill.with(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 |
Fill.withText(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
|
| Modifier and Type | Method and Description |
|---|---|
Fill |
FluentWebElement.fill() |
Fill |
FluentListImpl.fill() |
Copyright © 2016 FluentLenium. All Rights Reserved.