| Interface | Description |
|---|---|
| ComponentInstantiator |
Factory building new components.
|
| ComponentsAccessor |
Accessor interface to retrieve a component from it's selenium element.
|
| LazyComponents<T> |
Supports lazy initialization.
|
| LazyComponentsListener<T> |
Listen to lazy components events.
|
| Class | Description |
|---|---|
| AbstractComponentInstantiator |
Abstract component instantiator.
|
| ComponentsManager |
Manage living components for a WebDriver instance.
|
| DefaultComponentInstantiator |
Default component instantiator.
|
| LazyComponentList<T> |
A list of component that lazy initialize from it's related list of elements.
|
| Exception | Description |
|---|---|
| ComponentException |
Thrown when something wrong occurs with a component.
|
Copyright © 2016 FluentLenium. All Rights Reserved.