Uses of Interface
org.fluentlenium.configuration.ConfigurationMutator
-
-
Uses of ConfigurationMutator in org.fluentlenium.adapter
Classes in org.fluentlenium.adapter that implement ConfigurationMutator Modifier and Type Class Description classFluentAdapterGeneric adapter toFluentDriver.classFluentStandaloneCreate an instance of this class if you want to use FluentLenium as an automation framework only.classFluentStandaloneRunnableExtend this class and implementFluentStandaloneRunnable.doRun()if you want to use FluentLenium as an automation framework only.classFluentTestRunnerAdapterFluentLenium Test Runner Adapter.classIsolatedTestDeprecated.use eitherFluentStandaloneRunnableandFluentStandalone. -
Uses of ConfigurationMutator in org.fluentlenium.configuration
Subinterfaces of ConfigurationMutator in org.fluentlenium.configuration Modifier and Type Interface Description interfaceConfigurationBase configuration interface that can be read and written.Classes in org.fluentlenium.configuration that implement ConfigurationMutator Modifier and Type Class Description classComposedConfigurationA configuration composed with a writable configuration and list of read configurations.classProgrammaticConfigurationConfigurationbased on JavaBean properties.Constructors in org.fluentlenium.configuration with parameters of type ConfigurationMutator Constructor Description ComposedConfiguration(ConfigurationMutator writableConfiguration, ConfigurationProperties... configurations)Creates a new composed configuration -
Uses of ConfigurationMutator in org.fluentlenium.core
Subinterfaces of ConfigurationMutator in org.fluentlenium.core Modifier and Type Interface Description interfaceFluentControlGlobal control interface for FluentLenium.interfaceFluentPageControlControl a Page Object.Classes in org.fluentlenium.core that implement ConfigurationMutator Modifier and Type Class Description classDefaultFluentContainerDefault minimal implementation forFluentContainer.classFluentControlImplclassFluentDriverUtil Class which offers some shortcut to webdriver methodsclassFluentPageUse the Page Object Pattern to have more resilient tests. -
Uses of ConfigurationMutator in org.fluentlenium.core.hook
Classes in org.fluentlenium.core.hook that implement ConfigurationMutator Modifier and Type Class Description classBaseFluentHook<T>Base hook supportingFluentWebElementAPI.classBaseHook<T>Base hook implementation. -
Uses of ConfigurationMutator in org.fluentlenium.core.hook.wait
Classes in org.fluentlenium.core.hook.wait that implement ConfigurationMutator Modifier and Type Class Description classWaitHookHook that automatically wait for actions beeing available on the underlying element. -
Uses of ConfigurationMutator in org.fluentlenium.core.inject
Classes in org.fluentlenium.core.inject that implement ConfigurationMutator Modifier and Type Class Description classContainerFluentControlContainer global FluentLenium control interface.
-