| Modifier and Type | Class and Description |
|---|---|
class |
FluentAdapter
Generic adapter to
FluentDriver. |
class |
FluentStandalone
Create an instance of this class if you want to use FluentLenium as an automation framework only.
|
class |
FluentStandaloneRunnable
Extend this class and implement
FluentStandaloneRunnable.doRun() if you want to use FluentLenium as an automation framework only. |
class |
FluentTestRunnerAdapter
FluentLenium Test Runner Adapter.
|
class |
IsolatedTest
Deprecated.
use either
FluentStandaloneRunnable and FluentStandalone. |
| 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.
|
class |
FluentInjector
Handle injection of element proxies, @Page objects and @FindBy.
|
| Constructor and Description |
|---|
Search(org.openqa.selenium.SearchContext context,
java.lang.Object container,
ComponentInstantiator instantiator,
FluentInjectControl injectControl)
Creates a new search object.
|
Copyright © 2018 FluentLenium. All Rights Reserved.