| Package | Description |
|---|---|
| org.fluentlenium.core | |
| org.fluentlenium.core.action | |
| org.fluentlenium.core.domain |
| Modifier and Type | Method and Description |
|---|---|
Fluent |
Fluent.click(FluentDefaultActions fluentObject)
click all elements that are in the list
Be careful - only the visible elements are clicked
|
FillConstructor |
Fluent.fill(FluentDefaultActions list,
Filter... filters)
Construct a FillConstructor in order to allow easy fill
Be careful - only the visible elements are filled
|
Fluent |
Fluent.submit(FluentDefaultActions fluentObject)
Submit all elements that are in the list
Be careful - only the visible elements are submitted
|
| Constructor and Description |
|---|
FillConstructor(FluentDefaultActions list,
org.openqa.selenium.WebDriver driver,
Filter... filters) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
FluentList<E extends FluentWebElement> |
| Modifier and Type | Class and Description |
|---|---|
class |
FluentListImpl<E extends FluentWebElement>
Map the list to a FluentList in order to offers some events like click(), submit(), value() ...
|
class |
FluentWebElement
WebElementCustom include a Selenium WebElement.
|
Copyright © 2015 AConsulting. All Rights Reserved.