Uses of Interface
org.fluentlenium.core.FluentContainer
-
Packages that use FluentContainer Package Description org.fluentlenium.core org.fluentlenium.core.hook org.fluentlenium.core.hook.wait -
-
Uses of FluentContainer in org.fluentlenium.core
Classes in org.fluentlenium.core that implement FluentContainer Modifier and Type Class Description classDefaultFluentContainerDefault minimal implementation forFluentContainer.classFluentPageUse the Page Object Pattern to have more resilient tests. -
Uses of FluentContainer in org.fluentlenium.core.hook
Classes in org.fluentlenium.core.hook that implement FluentContainer Modifier and Type Class Description classBaseFluentHook<T>Base hook supportingFluentWebElementAPI.classBaseHook<T>Base hook implementation. -
Uses of FluentContainer in org.fluentlenium.core.hook.wait
Classes in org.fluentlenium.core.hook.wait that implement FluentContainer Modifier and Type Class Description classWaitHookHook that automatically wait for actions beeing available on the underlying element.
-