Uses of Class
org.fluentlenium.core.wait.FluentWait
-
Packages that use FluentWait Package Description org.fluentlenium.core org.fluentlenium.core.conditions.wait org.fluentlenium.core.hook.wait org.fluentlenium.core.wait -
-
Uses of FluentWait in org.fluentlenium.core
Methods in org.fluentlenium.core that return FluentWait Modifier and Type Method Description FluentWaitFluentControlImpl. await()FluentWaitFluentDriver. await() -
Uses of FluentWait in org.fluentlenium.core.conditions.wait
Methods in org.fluentlenium.core.conditions.wait with parameters of type FluentWait Modifier and Type Method Description static <C extends Conditions<?>>
CWaitConditionProxy. custom(java.lang.Class<C> conditionClass, FluentWait wait, java.lang.String context, java.util.function.Supplier<C> conditionsSupplier)Build a wait proxy.static FluentListConditionsWaitConditionProxy. each(FluentWait wait, java.lang.String context, java.util.function.Supplier<? extends java.util.List<? extends FluentWebElement>> elementsSupplier)Build a wait proxy.static FluentConditionsWaitConditionProxy. element(FluentWait wait, java.lang.String context, java.util.function.Supplier<? extends FluentWebElement> elementSupplier)Build a wait proxy.static FluentListConditionsWaitConditionProxy. list(FluentWait wait, java.lang.String context, java.util.function.Supplier<? extends FluentListConditions> conditionsSupplier)Build a wait proxy.static FluentListConditionsWaitConditionProxy. one(FluentWait wait, java.lang.String context, java.util.function.Supplier<? extends java.util.List<? extends FluentWebElement>> elementsSupplier)Build a wait proxy.Constructors in org.fluentlenium.core.conditions.wait with parameters of type FluentWait Constructor Description WaitConditionInvocationHandler(java.lang.Class<C> conditionClass, FluentWait wait, java.lang.String context, java.util.function.Supplier<C> conditionSupplier)Creates a new wait condition invocation handler. -
Uses of FluentWait in org.fluentlenium.core.hook.wait
Methods in org.fluentlenium.core.hook.wait that return FluentWait Modifier and Type Method Description protected FluentWaitWaitHookOptions. configureAwait(FluentWait await)Configure fluent wait with this options.Methods in org.fluentlenium.core.hook.wait with parameters of type FluentWait Modifier and Type Method Description protected FluentWaitWaitHookOptions. configureAwait(FluentWait await)Configure fluent wait with this options. -
Uses of FluentWait in org.fluentlenium.core.wait
Methods in org.fluentlenium.core.wait that return FluentWait Modifier and Type Method Description FluentWaitFluentWait. atMost(java.time.Duration duration)FluentWaitAwaitControl. await()wait for an asynchronous callFluentWaitFluentWait. explicitlyFor(long amount, java.util.concurrent.TimeUnit timeUnit)FluentWaitFluentWait. ignoreAll(java.util.Collection<java.lang.Class<? extends java.lang.Throwable>> types)FluentWaitFluentWait. ignoring(java.lang.Class<? extends java.lang.RuntimeException> exceptionType)FluentWaitFluentWait. ignoring(java.lang.Class<? extends java.lang.RuntimeException> firstType, java.lang.Class<? extends java.lang.RuntimeException> secondType)FluentWaitFluentWait. pollingEvery(java.time.Duration duration)FluentWaitFluentWait. withMessage(java.util.function.Supplier<java.lang.String> message)FluentWaitFluentWait. withNoDefaultsException()Methods in org.fluentlenium.core.wait with parameters of type FluentWait Modifier and Type Method Description protected voidBaseWaitConditions. until(FluentWait wait, java.util.function.Predicate<FluentControl> present, java.lang.String message)Perform the wait.protected voidBaseWaitConditions. until(FluentWait wait, java.util.function.Predicate<FluentControl> present, java.util.function.Supplier<java.lang.String> messageSupplier)Perform the wait.protected <T extends Conditions<?>>
voidBaseWaitConditions. until(FluentWait wait, T condition, T messageBuilder, java.util.function.Function<T,java.lang.Boolean> conditionFunction)Perform the wait.Constructors in org.fluentlenium.core.wait with parameters of type FluentWait Constructor Description FluentWaitElement(FluentWait controlWait, FluentWebElement element)Creates a new fluent wait for a given element.FluentWaitElementList(FluentWait controlWait, java.util.List<? extends FluentWebElement> elements)Creates a new fluent wait for a given elements.FluentWaitPageConditions(FluentWait wait, org.openqa.selenium.WebDriver driver)Creates a new page wait conditions.FluentWaitPageConditions(FluentWait wait, org.openqa.selenium.WebDriver driver, FluentPage page)Creates a new page wait conditions.FluentWaitWindowConditions(FluentWait wait, java.lang.String windowName)Creates a new window wait conditions.
-