Uses of Interface
org.fluentlenium.core.search.SearchControl
-
-
Uses of SearchControl in org.fluentlenium.adapter
Classes in org.fluentlenium.adapter that implement SearchControl Modifier and Type Class Description classFluentAdapterGeneric adapter toFluentDriver.classFluentStandaloneCreate an instance of this class if you want to use FluentLenium as an automation framework only.classFluentStandaloneRunnableExtend this class and implementFluentStandaloneRunnable.doRun()if you want to use FluentLenium as an automation framework only.classFluentTestRunnerAdapterFluentLenium Test Runner Adapter.classIsolatedTestDeprecated.use eitherFluentStandaloneRunnableandFluentStandalone. -
Uses of SearchControl in org.fluentlenium.core
Subinterfaces of SearchControl in org.fluentlenium.core Modifier and Type Interface Description interfaceFluentControlGlobal control interface for FluentLenium.interfaceFluentPageControlControl a Page Object.Classes in org.fluentlenium.core that implement SearchControl Modifier and Type Class Description classDefaultFluentContainerDefault minimal implementation forFluentContainer.classFluentControlImplclassFluentDriverUtil Class which offers some shortcut to webdriver methodsclassFluentPageUse the Page Object Pattern to have more resilient tests. -
Uses of SearchControl in org.fluentlenium.core.domain
Subinterfaces of SearchControl in org.fluentlenium.core.domain Modifier and Type Interface Description interfaceFluentList<E extends FluentWebElement>Wraps a list ofFluentWebElement.Classes in org.fluentlenium.core.domain that implement SearchControl Modifier and Type Class Description classFluentListImpl<E extends FluentWebElement>Map the list to a FluentList in order to offers some events like click(), submit(), value() ...classFluentWebElementWraps a SeleniumWebElement. -
Uses of SearchControl in org.fluentlenium.core.hook
Classes in org.fluentlenium.core.hook that implement SearchControl Modifier and Type Class Description classBaseFluentHook<T>Base hook supportingFluentWebElementAPI.classBaseHook<T>Base hook implementation. -
Uses of SearchControl in org.fluentlenium.core.hook.wait
Classes in org.fluentlenium.core.hook.wait that implement SearchControl Modifier and Type Class Description classWaitHookHook that automatically wait for actions beeing available on the underlying element. -
Uses of SearchControl in org.fluentlenium.core.inject
Classes in org.fluentlenium.core.inject that implement SearchControl Modifier and Type Class Description classContainerFluentControlContainer global FluentLenium control interface. -
Uses of SearchControl in org.fluentlenium.core.search
Classes in org.fluentlenium.core.search that implement SearchControl Modifier and Type Class Description classSearchPerform element searchs in a given context.
-