Package org.fluentlenium.adapter
-
Interface Summary Interface Description FluentControlContainer Container forFluentControlof the actual test adapter.SharedMutator Defines mutations of parameters used forSharedWebDriverContainermethod calls. -
Class Summary Class Description DefaultFluentControlContainer DefaultFluentControlContainerimplementation, using a simple variable to store theFluentDriverinstance.DefaultSharedMutator Default implementation ofSharedMutator, returning unchanged parameters.FluentAdapter Generic adapter toFluentDriver.FluentStandalone Create an instance of this class if you want to use FluentLenium as an automation framework only.FluentStandaloneRunnable Extend this class and implementFluentStandaloneRunnable.doRun()if you want to use FluentLenium as an automation framework only.FluentTestRunnerAdapter FluentLenium Test Runner Adapter.IsolatedTest Deprecated. use eitherFluentStandaloneRunnableandFluentStandalone.SharedMutator.EffectiveParameters<T> Effective parameters used by the test.ThreadLocalFluentControlContainer AlternativeFluentControlContainerimplementation, using a ThreadLocal variable to store theFluentDriverinstance.