Uses of Interface
org.fluentlenium.configuration.Configuration
-
Packages that use Configuration Package Description org.fluentlenium.adapter org.fluentlenium.configuration org.fluentlenium.core org.fluentlenium.core.hook org.fluentlenium.core.hook.wait org.fluentlenium.core.inject -
-
Uses of Configuration in org.fluentlenium.adapter
Classes in org.fluentlenium.adapter that implement Configuration 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 Configuration in org.fluentlenium.configuration
Classes in org.fluentlenium.configuration that implement Configuration Modifier and Type Class Description classComposedConfigurationA configuration composed with a writable configuration and list of read configurations.classProgrammaticConfigurationConfigurationbased on JavaBean properties.Methods in org.fluentlenium.configuration that return Configuration Modifier and Type Method Description ConfigurationConfigurationFactory. newConfiguration(java.lang.Class<?> containerClass, ConfigurationProperties configurationDefaults)Creates a new configuration from a container class.static ConfigurationConfigurationFactoryProvider. newConfiguration(java.lang.Class<?> container)Creates a new configuration for a given container, using configuration factory from this provider.ConfigurationDefaultConfigurationFactory. newConfiguration(java.lang.Class<?> containerClass, ConfigurationProperties configurationDefaults) -
Uses of Configuration in org.fluentlenium.core
Subinterfaces of Configuration 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 Configuration 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.Methods in org.fluentlenium.core that return Configuration Modifier and Type Method Description ConfigurationFluentControlImpl. getConfiguration()Get the test adapter configuration.ConfigurationFluentDriver. getConfiguration()Constructors in org.fluentlenium.core with parameters of type Configuration Constructor Description FluentDriver(org.openqa.selenium.WebDriver driver, Configuration configuration, FluentControl adapter)Wrap the driver into a Fluent driver. -
Uses of Configuration in org.fluentlenium.core.hook
Classes in org.fluentlenium.core.hook that implement Configuration Modifier and Type Class Description classBaseFluentHook<T>Base hook supportingFluentWebElementAPI.classBaseHook<T>Base hook implementation. -
Uses of Configuration in org.fluentlenium.core.hook.wait
Classes in org.fluentlenium.core.hook.wait that implement Configuration Modifier and Type Class Description classWaitHookHook that automatically wait for actions beeing available on the underlying element. -
Uses of Configuration in org.fluentlenium.core.inject
Classes in org.fluentlenium.core.inject that implement Configuration Modifier and Type Class Description classContainerFluentControlContainer global FluentLenium control interface.
-