| Package | Description |
|---|---|
| org.fluentlenium.core.action | |
| org.fluentlenium.core.domain |
| Modifier and Type | Interface and Description |
|---|---|
interface |
FluentActions<T,E extends FluentWebElement>
All actions that can be used on the list or on a web element.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FluentJavascriptActionsImpl<T>
Javascript actions that can be used on the list or on a web element.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
FluentList<E extends FluentWebElement>
Wraps a list of
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
Wraps a Selenium
WebElement. |
Copyright © 2018 FluentLenium. All Rights Reserved.