| Package | Description |
|---|---|
| org.fluentlenium.core | |
| org.fluentlenium.core.conditions.wait | |
| org.fluentlenium.core.hook.wait | |
| org.fluentlenium.core.wait |
| Modifier and Type | Method and Description |
|---|---|
FluentWait |
FluentDriver.await() |
| Modifier and Type | Method and Description |
|---|---|
static <C extends Conditions<?>> |
WaitConditionProxy.custom(java.lang.Class<C> conditionClass,
FluentWait wait,
java.lang.String context,
java.util.function.Supplier<C> conditionsSupplier)
Build a wait proxy.
|
static FluentListConditions |
WaitConditionProxy.each(FluentWait wait,
java.lang.String context,
java.util.function.Supplier<? extends java.util.List<? extends FluentWebElement>> elementsSupplier)
Build a wait proxy.
|
static FluentConditions |
WaitConditionProxy.element(FluentWait wait,
java.lang.String context,
java.util.function.Supplier<? extends FluentWebElement> elementSupplier)
Build a wait proxy.
|
static FluentListConditions |
WaitConditionProxy.list(FluentWait wait,
java.lang.String context,
java.util.function.Supplier<? extends FluentListConditions> conditionsSupplier)
Build a wait proxy.
|
static FluentListConditions |
WaitConditionProxy.one(FluentWait wait,
java.lang.String context,
java.util.function.Supplier<? extends java.util.List<? extends FluentWebElement>> elementsSupplier)
Build a wait proxy.
|
| Constructor and 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.
|
| Modifier and Type | Method and Description |
|---|---|
protected FluentWait |
WaitHookOptions.configureAwait(FluentWait await)
Configure fluent wait with this options.
|
| Modifier and Type | Method and Description |
|---|---|
protected FluentWait |
WaitHookOptions.configureAwait(FluentWait await)
Configure fluent wait with this options.
|
| Modifier and Type | Method and Description |
|---|---|
FluentWait |
FluentWait.atMost(java.time.Duration duration) |
FluentWait |
FluentWait.atMost(long duration) |
FluentWait |
FluentWait.atMost(long duration,
java.util.concurrent.TimeUnit unit) |
FluentWait |
AwaitControl.await()
wait for an asynchronous call
|
FluentWait |
FluentWait.explicitlyFor(long amount) |
FluentWait |
FluentWait.explicitlyFor(long amount,
java.util.concurrent.TimeUnit timeUnit) |
FluentWait |
FluentWait.ignoreAll(java.util.Collection<java.lang.Class<? extends java.lang.Throwable>> types) |
FluentWait |
FluentWait.ignoring(java.lang.Class<? extends java.lang.RuntimeException> exceptionType) |
FluentWait |
FluentWait.ignoring(java.lang.Class<? extends java.lang.RuntimeException> firstType,
java.lang.Class<? extends java.lang.RuntimeException> secondType) |
FluentWait |
FluentWait.pollingEvery(java.time.Duration duration) |
FluentWait |
FluentWait.pollingEvery(long duration) |
FluentWait |
FluentWait.pollingEvery(long duration,
java.util.concurrent.TimeUnit unit) |
FluentWait |
FluentWait.withMessage(java.lang.String message) |
FluentWait |
FluentWait.withMessage(java.util.function.Supplier<java.lang.String> message) |
FluentWait |
FluentWait.withNoDefaultsException() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BaseWaitConditions.until(FluentWait wait,
java.util.function.Predicate<FluentControl> present,
java.lang.String message)
Perform the wait.
|
protected void |
BaseWaitConditions.until(FluentWait wait,
java.util.function.Predicate<FluentControl> present,
java.util.function.Supplier<java.lang.String> messageSupplier)
Perform the wait.
|
protected <T extends Conditions<?>> |
BaseWaitConditions.until(FluentWait wait,
T condition,
T messageBuilder,
java.util.function.Function<T,java.lang.Boolean> conditionFunction)
Perform the wait.
|
| Constructor and 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.
|
Copyright © 2018 FluentLenium. All Rights Reserved.