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 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. -
Uses of FluentControlImpl in io.fluentlenium.adapter.cucumber
Subclasses of FluentControlImpl in io.fluentlenium.adapter.cucumberModifier and TypeClassDescriptionclass
Cucumber FluentLenium Test Runner Adapter. -
Uses of FluentControlImpl in io.fluentlenium.adapter.junit
Subclasses of FluentControlImpl in io.fluentlenium.adapter.junit -
Uses of FluentControlImpl in io.fluentlenium.adapter.junit.jupiter
Subclasses of FluentControlImpl in io.fluentlenium.adapter.junit.jupiter -
Uses of FluentControlImpl in io.fluentlenium.adapter.testng
Subclasses of FluentControlImpl in io.fluentlenium.adapter.testng -
Uses of FluentControlImpl in io.fluentlenium.core
Subclasses of FluentControlImpl in io.fluentlenium.coreModifier and TypeClassDescriptionclass
Default minimal implementation forFluentContainer
.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. -
Uses of FluentControlImpl in io.fluentlenium.core.hook
Subclasses of FluentControlImpl in io.fluentlenium.core.hookModifier and TypeClassDescriptionclass
Base hook supportingFluentWebElement
API.class
BaseHook<T>
Base hook implementation. -
Uses of FluentControlImpl in io.fluentlenium.core.hook.wait
Subclasses of FluentControlImpl in io.fluentlenium.core.hook.waitModifier and TypeClassDescriptionclass
Hook 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 TypeClassDescriptionclass
Container global FluentLenium control interface.
FluentStandaloneRunnable
andFluentStandalone
.