Uses of Interface
org.fluentlenium.core.action.InputControl
-
-
Uses of InputControl in org.fluentlenium.adapter
Subinterfaces of InputControl in org.fluentlenium.adapter Modifier and Type Interface Description interface
IFluentAdapter
Classes in org.fluentlenium.adapter that implement InputControl Modifier and Type Class Description class
FluentAdapter
Generic adapter toFluentDriver
.class
FluentStandalone
Create an instance of this class if you want to use FluentLenium as an automation framework only.class
FluentStandaloneRunnable
Extend this class and implementFluentStandaloneRunnable.doRun()
if you want to use FluentLenium as an automation framework only.class
FluentTestRunnerAdapter
FluentLenium Test Runner Adapter.class
IsolatedTest
Deprecated.use eitherFluentStandaloneRunnable
andFluentStandalone
. -
Uses of InputControl in org.fluentlenium.adapter.cucumber
Classes in org.fluentlenium.adapter.cucumber that implement InputControl Modifier and Type Class Description class
FluentCucumberTest
Cucumber FluentLenium Test Runner Adapter. -
Uses of InputControl in org.fluentlenium.adapter.junit
Classes in org.fluentlenium.adapter.junit that implement InputControl Modifier and Type Class Description class
FluentTest
JUnit 4 FluentLenium Test Runner Adapter. -
Uses of InputControl in org.fluentlenium.adapter.junit.jupiter
Classes in org.fluentlenium.adapter.junit.jupiter that implement InputControl Modifier and Type Class Description class
FluentTest
JUnit 5 FluentLenium Test Runner Adapter. -
Uses of InputControl in org.fluentlenium.adapter.testng
Classes in org.fluentlenium.adapter.testng that implement InputControl Modifier and Type Class Description class
FluentTestNg
TestNG FluentLenium Test Runner Adapter.class
FluentTestNgSpringTest
TestNG FluentLenium Test Runner Adapter. -
Uses of InputControl in org.fluentlenium.core
Subinterfaces of InputControl in org.fluentlenium.core Modifier and Type Interface Description interface
FluentControl
Global control interface for FluentLenium.interface
FluentPageControl
Provides controls for a Page Object.Classes in org.fluentlenium.core that implement InputControl Modifier and Type Class Description class
DefaultFluentContainer
Default minimal implementation forFluentContainer
.class
FluentControlImpl
Default implementation ofFluentControl
.class
FluentDriver
Wrapper class for aWebDriver
instance which also offers shortcut and convenience methods, as well as methods to work with mouse, keyboard and windows.class
FluentPage
Use the Page Object Pattern to have more resilient tests. -
Uses of InputControl in org.fluentlenium.core.hook
Classes in org.fluentlenium.core.hook that implement InputControl Modifier and Type Class Description class
BaseFluentHook<T>
Base hook supportingFluentWebElement
API.class
BaseHook<T>
Base hook implementation. -
Uses of InputControl in org.fluentlenium.core.hook.wait
Classes in org.fluentlenium.core.hook.wait that implement InputControl Modifier and Type Class Description class
WaitHook
Hook that automatically wait for actions beeing available on the underlying element. -
Uses of InputControl in org.fluentlenium.core.inject
Classes in org.fluentlenium.core.inject that implement InputControl Modifier and Type Class Description class
ContainerFluentControl
Container global FluentLenium control interface.
-