| 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 |
Configuration
Base configuration interface that can be read and written.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ComposedConfiguration
A configuration composed with a writable configuration and list of read configurations.
|
class |
ProgrammaticConfiguration
Configuration based on JavaBean properties. |
| Constructor and Description |
|---|
ComposedConfiguration(ConfigurationMutator writableConfiguration,
ConfigurationProperties... configurations)
Creates a new composed configuration
|
| 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.
|
| 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.