| Interface | Description |
|---|---|
| ContainerContext |
Context for a container
|
| ContainerInstanciator |
Creates container instances.
|
| FluentInjectControl |
Control interface for FluentLenium injection.
|
| Class | Description |
|---|---|
| ContainerFluentControl |
Container global FluentLenium control interface.
|
| DefaultContainerContext |
Context for a container
|
| DefaultContainerInstanciator |
Creates container instances
|
| ElementLocatorSearchContext |
Search context backed by an ElementLocator.
|
| FluentInjector |
Handle injection of element proxies, @Page objects and @FindBy.
|
| InjectionAnnotations |
Inspired by
Annotations, but also supports annotations defined on
return type class. |
| InjectionElementLocator |
The injection element locator, which will lazily locate an element or an element list on a page.
|
| InjectionElementLocatorFactory |
ElementLocator factory used by FluentInjector. |
| LabelAnnotations |
| Exception | Description |
|---|---|
| FluentInjectException |
Exception thrown when a Page can't be initialized.
|
| Annotation Type | Description |
|---|---|
| NoInject |
Disable FluentLenium injection for this field.
|
| Parent |
Mark a field with this annotation to inject the parent container.
|
Copyright © 2018 FluentLenium. All Rights Reserved.