Uses of Class
io.fluentlenium.core.FluentControlImpl
Packages that use FluentControlImpl
Package
Description
-
Uses of FluentControlImpl in io.fluentlenium.adapter
Subclasses of FluentControlImpl in io.fluentlenium.adapterModifier 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 FluentControlImpl in io.fluentlenium.core
Subclasses of FluentControlImpl in io.fluentlenium.coreModifier and TypeClassDescriptionclassDefault minimal implementation forFluentContainer.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 FluentControlImpl in io.fluentlenium.core.hook
Subclasses of FluentControlImpl in io.fluentlenium.core.hookModifier and TypeClassDescriptionclassBase hook supportingFluentWebElementAPI.classBaseHook<T>Base hook implementation. -
Uses of FluentControlImpl in io.fluentlenium.core.hook.wait
Subclasses of FluentControlImpl in io.fluentlenium.core.hook.waitModifier and TypeClassDescriptionclassHook that automatically wait for actions beeing available on the underlying element. -
Uses of FluentControlImpl in io.fluentlenium.core.inject
Subclasses of FluentControlImpl in io.fluentlenium.core.injectModifier and TypeClassDescriptionclassContainer global FluentLenium control interface.
FluentStandaloneRunnableandFluentStandalone.