Uses of
Interface
io.fluentlenium.core.script.JavascriptControl
Packages that use JavascriptControl
Package
Description
-
Uses of JavascriptControl in io.fluentlenium.adapter
Subinterfaces of JavascriptControl in io.fluentlenium.adapterClasses in io.fluentlenium.adapter that implement JavascriptControlModifier 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 JavascriptControl in io.fluentlenium.adapter.cucumber
Classes in io.fluentlenium.adapter.cucumber that implement JavascriptControlModifier and TypeClassDescriptionclass
Cucumber FluentLenium Test Runner Adapter. -
Uses of JavascriptControl in io.fluentlenium.adapter.junit
Classes in io.fluentlenium.adapter.junit that implement JavascriptControl -
Uses of JavascriptControl in io.fluentlenium.adapter.junit.jupiter
Classes in io.fluentlenium.adapter.junit.jupiter that implement JavascriptControl -
Uses of JavascriptControl in io.fluentlenium.adapter.testng
Classes in io.fluentlenium.adapter.testng that implement JavascriptControlModifier and TypeClassDescriptionclass
TestNG FluentLenium Test Runner Adapter.class
TestNG FluentLenium Test Runner Adapter. -
Uses of JavascriptControl in io.fluentlenium.core
Subinterfaces of JavascriptControl in io.fluentlenium.coreModifier and TypeInterfaceDescriptioninterface
Global control interface for FluentLenium.interface
Provides controls for a Page Object.Classes in io.fluentlenium.core that implement JavascriptControlModifier and TypeClassDescriptionclass
Default minimal implementation forFluentContainer
.class
Default implementation ofFluentControl
.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 JavascriptControl in io.fluentlenium.core.action
Constructors in io.fluentlenium.core.action with parameters of type JavascriptControlModifierConstructorDescriptionFluentJavascriptActionsImpl
(T self, JavascriptControl javascript, Supplier<FluentWebElement> element) Creates a new fluent javascript actions. -
Uses of JavascriptControl in io.fluentlenium.core.css
Constructors in io.fluentlenium.core.css with parameters of type JavascriptControlModifierConstructorDescriptionCssControlImpl
(JavascriptControl javascriptControl, AwaitControl awaitControl) Creates a new css control implementationCssSupportImpl
(JavascriptControl javascriptControl, AwaitControl awaitControl) Creates a new implementation of css support. -
Uses of JavascriptControl in io.fluentlenium.core.domain
Classes in io.fluentlenium.core.domain that implement JavascriptControl -
Uses of JavascriptControl in io.fluentlenium.core.hook
Classes in io.fluentlenium.core.hook that implement JavascriptControlModifier and TypeClassDescriptionclass
Base hook supportingFluentWebElement
API.class
BaseHook<T>
Base hook implementation. -
Uses of JavascriptControl in io.fluentlenium.core.hook.wait
Classes in io.fluentlenium.core.hook.wait that implement JavascriptControlModifier and TypeClassDescriptionclass
Hook that automatically wait for actions beeing available on the underlying element. -
Uses of JavascriptControl in io.fluentlenium.core.inject
Classes in io.fluentlenium.core.inject that implement JavascriptControlModifier and TypeClassDescriptionclass
Container global FluentLenium control interface.
FluentStandaloneRunnable
andFluentStandalone
.