Package io.fluentlenium.configuration
package io.fluentlenium.configuration
-
ClassDescriptionAbstract registry of FluentLenium factories.
ConfigurationProperties
based onFluentConfiguration
annotation.Base configuration class supporting setting of the global configuration.Factory ofCapabilities
A registry ofCapabilitiesFactory
.Capabilities registry default implementation.Desired capabilities factory.A configuration composed with a writable configuration and list of read configurations.Base configuration interface that can be read and written.Default configuration implementation.Exception thrown when something wrong occurs because of the configuration of FluentLenium.Creates new configuration from a container class.Provider of configuration factory.Mutation interface of Configuration Properties.FluentLenium can be configured in many ways through configuration properties.Driver lifecycle.Trigger mode for Screenshots and HtmlDump featuresAnnotation configuration custom property.Creates new configuration from a container class.Mark a factory as default factory that can be overriden without throwing an exception.Properties backend based on javaProperties
object.Utility class with default WebDriver factories.Chrome WebDriver factory.Edge WebDriver factory.Firefox WebDriver factory.HtmlUnit WebDriver factory.Internet Explorer WebDriver factory.Opera WebDriver factory.Remote WebDriver factory.Safari WebDriver factory.Properties backend based on environment variables.Marker interface for factories.Define names for a factoryAdd names to a factory.Defines the priority of the factory.Configure a FluentLenium test class with this annotation.Boolean value used in annotation that can has a third DEFAULT value equivalent to null.Classes marked with this annotation will be ignored by automatic registration inFactory
CapabilitiesFactory
based on invocation of a defined method.Configuration
based on JavaBean properties.Reader interface for raw properties access.Abstract properties configuration.A simpleCapabilitiesFactory
that createCapabilities
instances using reflection.Reflective factory.A simpleWebDriverFactory
that createWebDriver
instances using reflection.Properties backend based on java system properties.Factory ofWebDriver
, that can be registered inWebDrivers
registry.A registry ofWebDriverFactory
.WebDrivers registry implementation.