Uses of Class
io.fluentlenium.core.wait.FluentWait
Packages that use FluentWait
Package
Description
-
Uses of FluentWait in io.fluentlenium.core
Methods in io.fluentlenium.core that return FluentWaitModifier and TypeMethodDescriptiondefault FluentWait
FluentControl.await()
FluentDriver.await()
FluentDriverWait.await
(FluentControl control) Creates aFluentWait
instance with the argumentFluentControl
, and configures the FluentWait with theawaitAtMost
andpollingEvery
values from aConfiguration
if they are set in that configuration. -
Uses of FluentWait in io.fluentlenium.core.conditions.wait
Methods in io.fluentlenium.core.conditions.wait with parameters of type FluentWaitModifier and TypeMethodDescriptionstatic <C extends Conditions<?>>
CWaitConditionProxy.custom
(Class<C> conditionClass, FluentWait wait, String context, Supplier<C> conditionsSupplier) Build a wait proxy.static FluentListConditions
WaitConditionProxy.each
(FluentWait wait, String context, Supplier<? extends List<? extends FluentWebElement>> elementsSupplier) Build a wait proxy.static FluentConditions
WaitConditionProxy.element
(FluentWait wait, String context, Supplier<? extends FluentWebElement> elementSupplier) Build a wait proxy.static FluentListConditions
WaitConditionProxy.list
(FluentWait wait, String context, Supplier<? extends FluentListConditions> conditionsSupplier) Build a wait proxy.static FluentListConditions
WaitConditionProxy.one
(FluentWait wait, String context, Supplier<? extends List<? extends FluentWebElement>> elementsSupplier) Build a wait proxy.Constructors in io.fluentlenium.core.conditions.wait with parameters of type FluentWaitModifierConstructorDescriptionWaitConditionInvocationHandler
(Class<C> conditionClass, FluentWait wait, String context, Supplier<C> conditionSupplier) Creates a new wait condition invocation handler. -
Uses of FluentWait in io.fluentlenium.core.hook.wait
Methods in io.fluentlenium.core.hook.wait that return FluentWaitModifier and TypeMethodDescriptionprotected FluentWait
WaitHookOptions.configureAwait
(FluentWait await) Configure fluent wait with this options.Methods in io.fluentlenium.core.hook.wait with parameters of type FluentWaitModifier and TypeMethodDescriptionprotected FluentWait
WaitHookOptions.configureAwait
(FluentWait await) Configure fluent wait with this options. -
Uses of FluentWait in io.fluentlenium.core.wait
Methods in io.fluentlenium.core.wait that return FluentWaitModifier and TypeMethodDescriptionAwaitControl.await()
wait for an asynchronous callFluentWait.explicitlyFor
(long amount, TimeUnit timeUnit) FluentWait.ignoreAll
(Collection<Class<? extends Throwable>> types) FluentWait.ignoring
(Class<? extends RuntimeException> exceptionType) FluentWait.ignoring
(Class<? extends RuntimeException> firstType, Class<? extends RuntimeException> secondType) FluentWait.pollingEvery
(Duration duration) FluentWait.untilAsserted
(Runnable block) FluentWait.withMessage
(Supplier<String> message) FluentWait.withNoDefaultsException()
Methods in io.fluentlenium.core.wait with parameters of type FluentWaitModifier and TypeMethodDescriptionprotected void
BaseWaitConditions.until
(FluentWait wait, Predicate<FluentControl> present, String message) Perform the wait.protected void
BaseWaitConditions.until
(FluentWait wait, Predicate<FluentControl> present, Supplier<String> messageSupplier) Perform the wait.protected <T extends Conditions<?>>
voidBaseWaitConditions.until
(FluentWait wait, T condition, T messageBuilder, Function<T, Boolean> conditionFunction) Perform the wait.Constructors in io.fluentlenium.core.wait with parameters of type FluentWaitModifierConstructorDescriptionFluentWaitElement
(FluentWait controlWait, FluentWebElement element) Creates a new fluent wait for a given element.FluentWaitElementList
(FluentWait controlWait, List<? extends FluentWebElement> elements) Creates a new fluent wait for a given elements.protected
FluentWaitPageConditions
(FluentWait wait, org.openqa.selenium.WebDriver driver) Creates a new page wait conditions.protected
FluentWaitPageConditions
(FluentWait wait, org.openqa.selenium.WebDriver driver, FluentPage page) Creates a new page wait conditions.protected
FluentWaitWindowConditions
(FluentWait wait, String windowName) Creates a new window wait conditions.