Uses of Interface
io.fluentlenium.core.search.SearchControl
Packages that use SearchControl
Package
Description
-
Uses of SearchControl in io.fluentlenium.adapter
Subinterfaces of SearchControl in io.fluentlenium.adapterClasses in io.fluentlenium.adapter that implement SearchControlModifier 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 SearchControl in io.fluentlenium.core
Subinterfaces of SearchControl in io.fluentlenium.coreModifier and TypeInterfaceDescriptioninterfaceGlobal control interface for FluentLenium.interfaceProvides controls for a Page Object.Classes in io.fluentlenium.core that implement SearchControlModifier 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 SearchControl in io.fluentlenium.core.domain
Subinterfaces of SearchControl in io.fluentlenium.core.domainModifier and TypeInterfaceDescriptioninterfaceFluentList<E extends FluentWebElement>Wraps a list ofFluentWebElement.Classes in io.fluentlenium.core.domain that implement SearchControlModifier and TypeClassDescriptionclassFluentListImpl<E extends FluentWebElement>Default implementation ofFluentListandComponentList.classWraps a SeleniumWebElement. -
Uses of SearchControl in io.fluentlenium.core.hook
Classes in io.fluentlenium.core.hook that implement SearchControlModifier and TypeClassDescriptionclassBase hook supportingFluentWebElementAPI.classBaseHook<T>Base hook implementation. -
Uses of SearchControl in io.fluentlenium.core.hook.wait
Classes in io.fluentlenium.core.hook.wait that implement SearchControlModifier and TypeClassDescriptionclassHook that automatically wait for actions beeing available on the underlying element. -
Uses of SearchControl in io.fluentlenium.core.inject
Classes in io.fluentlenium.core.inject that implement SearchControlModifier and TypeClassDescriptionclassContainer global FluentLenium control interface. -
Uses of SearchControl in io.fluentlenium.core.search
Classes in io.fluentlenium.core.search that implement SearchControl
FluentStandaloneRunnableandFluentStandalone.