Uses of Interface
io.fluentlenium.configuration.ConfigurationMutator
Packages that use ConfigurationMutator
Package
Description
-
Uses of ConfigurationMutator in io.fluentlenium.adapter
Subinterfaces of ConfigurationMutator in io.fluentlenium.adapterClasses in io.fluentlenium.adapter that implement ConfigurationMutatorModifier and TypeClassDescriptionclassGeneric adapter toFluentDriver.classCreate an instance of this class if you want to use FluentLenium as an automation framework only.classExtend this class and implementFluentStandaloneRunnable.doRun()if you want to use FluentLenium as an automation framework only.classFluentLenium Test Runner Adapter.classDeprecated. -
Uses of ConfigurationMutator in io.fluentlenium.configuration
Subinterfaces of ConfigurationMutator in io.fluentlenium.configurationModifier and TypeInterfaceDescriptioninterfaceBase configuration interface that can be read and written.Classes in io.fluentlenium.configuration that implement ConfigurationMutatorModifier and TypeClassDescriptionclassA configuration composed with a writable configuration and list of read configurations.classConfigurationbased on JavaBean properties.Constructors in io.fluentlenium.configuration with parameters of type ConfigurationMutatorModifierConstructorDescriptionComposedConfiguration(ConfigurationMutator writableConfiguration, ConfigurationProperties... configurations) Creates a new composed configuration -
Uses of ConfigurationMutator in io.fluentlenium.core
Subinterfaces of ConfigurationMutator in io.fluentlenium.coreModifier and TypeInterfaceDescriptioninterfaceGlobal control interface for FluentLenium.interfaceProvides controls for a Page Object.Classes in io.fluentlenium.core that implement ConfigurationMutatorModifier and TypeClassDescriptionclassDefault minimal implementation forFluentContainer.classDefault implementation ofFluentControl.classWrapper class for aWebDriverinstance which also offers shortcut and convenience methods, as well as methods to work with mouse, keyboard and windows.classUse the Page Object Pattern to have more resilient tests. -
Uses of ConfigurationMutator in io.fluentlenium.core.hook
Classes in io.fluentlenium.core.hook that implement ConfigurationMutatorModifier and TypeClassDescriptionclassBase hook supportingFluentWebElementAPI.classBaseHook<T>Base hook implementation. -
Uses of ConfigurationMutator in io.fluentlenium.core.hook.wait
Classes in io.fluentlenium.core.hook.wait that implement ConfigurationMutatorModifier and TypeClassDescriptionclassHook that automatically wait for actions beeing available on the underlying element. -
Uses of ConfigurationMutator in io.fluentlenium.core.inject
Classes in io.fluentlenium.core.inject that implement ConfigurationMutatorModifier and TypeClassDescriptionclassContainer global FluentLenium control interface.
FluentStandaloneRunnableandFluentStandalone.