Uses of
Interface
io.fluentlenium.configuration.Configuration
Package
Description
-
Uses of Configuration in io.fluentlenium.adapter
Modifier and TypeClassDescriptionclass
Generic adapter toFluentDriver
.class
Create an instance of this class if you want to use FluentLenium as an automation framework only.class
Extend this class and implementFluentStandaloneRunnable.doRun()
if you want to use FluentLenium as an automation framework only.class
FluentLenium Test Runner Adapter.class
Deprecated.Modifier and TypeMethodDescriptionstatic void
TestRunnerCommon.deleteCookies
(SharedWebDriver sharedWebDriver, Configuration configuration) static void
TestRunnerCommon.doHtmlDump
(Class<?> testClass, String testName, FluentControl fluentControl, Configuration configuration) static void
TestRunnerCommon.doScreenshot
(Class<?> testClass, String testName, FluentControl fluentControl, Configuration configuration) static SharedWebDriver
TestRunnerCommon.getTestDriver
(Class<?> testClass, String testName, Supplier<org.openqa.selenium.WebDriver> webDriver, TriConsumer<Throwable, Class<?>, String> failed, Configuration configuration, SharedMutator.EffectiveParameters<?> parameters) -
Uses of Configuration in io.fluentlenium.adapter.cucumber
Modifier and TypeClassDescriptionclass
Cucumber FluentLenium Test Runner Adapter. -
Uses of Configuration in io.fluentlenium.adapter.junit
-
Uses of Configuration in io.fluentlenium.adapter.junit.jupiter
-
Uses of Configuration in io.fluentlenium.adapter.testng
Modifier and TypeClassDescriptionclass
TestNG FluentLenium Test Runner Adapter.class
TestNG FluentLenium Test Runner Adapter. -
Uses of Configuration in io.fluentlenium.configuration
Modifier and TypeClassDescriptionclass
A configuration composed with a writable configuration and list of read configurations.class
Configuration
based on JavaBean properties.Modifier and TypeMethodDescriptionConfigurationFactory.newConfiguration
(Class<?> containerClass, ConfigurationProperties configurationDefaults) Creates a new configuration from a container class.static Configuration
ConfigurationFactoryProvider.newConfiguration
(Class<?> container) Creates a new configuration for a given container, using configuration factory from this provider.DefaultConfigurationFactory.newConfiguration
(Class<?> containerClass, ConfigurationProperties configurationDefaults) -
Uses of Configuration in io.fluentlenium.core
Modifier and TypeInterfaceDescriptioninterface
Global control interface for FluentLenium.interface
Provides controls for a Page Object.Modifier and TypeClassDescriptionclass
Default minimal implementation forFluentContainer
.class
Default implementation ofFluentControl
.class
Wrapper class for aWebDriver
instance which also offers shortcut and convenience methods, as well as methods to work with mouse, keyboard and windows.class
Use the Page Object Pattern to have more resilient tests.Modifier and TypeMethodDescriptionFluentControl.getConfiguration()
Get the test adapter configuration.FluentControlImpl.getConfiguration()
FluentDriver.getConfiguration()
ModifierConstructorDescriptionFluentDriver
(org.openqa.selenium.WebDriver driver, Configuration configuration, FluentControl adapter) Wrap the driver into a Fluent driver.FluentDriverHtmlDumper
(Configuration configuration) FluentDriverScreenshotPersister
(Configuration configuration, org.openqa.selenium.WebDriver driver) FluentDriverTimeoutConfigurer
(Configuration configuration, org.openqa.selenium.WebDriver driver) FluentDriverWait
(Configuration configuration) -
Uses of Configuration in io.fluentlenium.core.hook
Modifier and TypeClassDescriptionclass
Base hook supportingFluentWebElement
API.class
BaseHook<T>
Base hook implementation. -
Uses of Configuration in io.fluentlenium.core.hook.wait
Modifier and TypeClassDescriptionclass
Hook that automatically wait for actions beeing available on the underlying element. -
Uses of Configuration in io.fluentlenium.core.inject
Modifier and TypeClassDescriptionclass
Container global FluentLenium control interface.
FluentStandaloneRunnable
andFluentStandalone
.