| Interface | Description |
|---|---|
| FluentList<E extends FluentWebElement> |
Wraps a list of
FluentWebElement. |
| WrapsElements |
Allows to retrieve underlying wrapped elements.
|
| Class | Description |
|---|---|
| Component |
A component encapsulate a Selenium WebElement, the FluentLenium control interface and FluentLenium instantiator.
|
| ComponentList<T> |
List of Component.
|
| DelegatingList<T> |
List that delegates to another list
|
| ElementUtils |
Utility class for elements.
|
| FluentListImpl<E extends FluentWebElement> |
Map the list to a FluentList in order to offers some events like click(), submit(), value() ...
|
| FluentWebElement |
Wraps a Selenium
WebElement. |
| NotLazyComponents |
Implementation of
LazyComponents for a non lazy components wrapper. |
Copyright © 2016 FluentLenium. All Rights Reserved.