| Modifier and Type | Class and Description |
|---|---|
class |
FluentAdapter
Generic adapter to
FluentDriver. |
class |
FluentTestRunnerAdapter
FluentLenium Test Runner Adapter.
|
class |
IsolatedTest
Instead of extending FluentTest, you can instantiate this class directly.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
FluentControl
Global control interface for FluentLenium.
|
interface |
FluentPageControl
Control a Page Object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultFluentContainer
Default minimal implementation for
FluentContainer. |
class |
FluentDriver
Util Class which offers some shortcut to webdriver methods
|
class |
FluentPage
Use the Page Object Pattern to have more resilient tests.
|
| Constructor and Description |
|---|
FluentJavascriptActionsImpl(T self,
JavascriptControl javascript,
com.google.common.base.Supplier<FluentWebElement> element)
Creates a new fluent javascript actions.
|
| Constructor and Description |
|---|
CssControlImpl(JavascriptControl javascriptControl,
AwaitControl awaitControl)
Creates a new css control implementation
|
CssSupportImpl(JavascriptControl javascriptControl,
AwaitControl awaitControl)
Creates a new implementation of css support
|
| Modifier and Type | Class and Description |
|---|---|
class |
BaseFluentHook<T>
Base hook supporting
FluentWebElement API. |
class |
BaseHook<T>
Base hook implementation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
WaitHook
Hook that automatically wait for actions beeing available on the underlying element.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ContainerFluentControl
Container global FluentLenium control interface.
|
Copyright © 2016 FluentLenium. All Rights Reserved.