| Package | Description |
|---|---|
| org.fluentlenium.core | |
| org.fluentlenium.core.action | |
| org.fluentlenium.core.domain |
| Modifier and Type | Method and Description |
|---|---|
FillConstructor |
Fluent.fill(Filter... filters)
Construct a FillConstructor with filters in order to allow easy fill.
|
FillConstructor |
Fluent.fill(FluentDefaultActions list,
Filter... filters)
Construct a FillConstructor in order to allow easy fill
Be careful - only the visible elements are filled
|
FillConstructor |
Fluent.fill(String cssSelector,
Filter... filters)
Construct a FillConstructor in order to allow easy fill
Be careful - only the visible elements are filled
|
| Modifier and Type | Method and Description |
|---|---|
FillConstructor |
FillConstructor.with(String... values)
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
|
FillConstructor |
FillConstructor.withValues(String... values) |
| Modifier and Type | Method and Description |
|---|---|
FillConstructor |
FluentWebElement.fill()
Construct a FillConstructor in order to allow easy fill
Be careful - only the visible elements are filled
|
Copyright © 2015 AConsulting. All Rights Reserved.