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 FluentWaitFluentControl.await()FluentDriver.await()FluentDriverWait.await(FluentControl control) Creates aFluentWaitinstance with the argumentFluentControl, and configures the FluentWait with theawaitAtMostandpollingEveryvalues from aConfigurationif 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 FluentListConditionsWaitConditionProxy.each(FluentWait wait, String context, Supplier<? extends List<? extends FluentWebElement>> elementsSupplier) Build a wait proxy.static FluentConditionsWaitConditionProxy.element(FluentWait wait, String context, Supplier<? extends FluentWebElement> elementSupplier) Build a wait proxy.static FluentListConditionsWaitConditionProxy.list(FluentWait wait, String context, Supplier<? extends FluentListConditions> conditionsSupplier) Build a wait proxy.static FluentListConditionsWaitConditionProxy.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 FluentWaitWaitHookOptions.configureAwait(FluentWait await) Configure fluent wait with this options.Methods in io.fluentlenium.core.hook.wait with parameters of type FluentWaitModifier and TypeMethodDescriptionprotected FluentWaitWaitHookOptions.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 voidBaseWaitConditions.until(FluentWait wait, Predicate<FluentControl> present, String message) Perform the wait.protected voidBaseWaitConditions.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.protectedFluentWaitPageConditions(FluentWait wait, org.openqa.selenium.WebDriver driver) Creates a new page wait conditions.protectedFluentWaitPageConditions(FluentWait wait, org.openqa.selenium.WebDriver driver, FluentPage page) Creates a new page wait conditions.protectedFluentWaitWindowConditions(FluentWait wait, String windowName) Creates a new window wait conditions.