| Interface | Description |
|---|---|
| FluentHook<T> |
Hook interface.
|
| HookChainBuilder |
Builder of hook chains from element supplier, element locator supplier and hook definitions list.
|
| HookControl<T> |
Control interface for hooks.
|
| Class | Description |
|---|---|
| BaseFluentHook<T> |
Base hook supporting
FluentWebElement API. |
| BaseHook<T> |
Base hook implementation.
|
| DefaultHookChainBuilder |
Builder of hook chains from element supplier, element locator supplier and hook definitions list.
|
| HookControlImpl<T> |
Control implementation for hooks.
|
| HookDefinition<T> |
Definition of a hook, containing class of the hook and defined options
|
| Exception | Description |
|---|---|
| HookException |
Exception that can occur when applying a hook.
|
| Annotation Type | Description |
|---|---|
| Hook |
Annotation used to declared a hook on a test adapter, container or element field.
|
| HookOptions |
Annotation used to declared hook options.
|
| NoHook |
Remove current hook definitions from the container context.
|
Copyright © 2018 FluentLenium. All Rights Reserved.