| Package | Description |
|---|---|
| org.fluentlenium.core | |
| org.fluentlenium.core.wait |
| Modifier and Type | Method and Description |
|---|---|
FluentWait |
Fluent.await()
wait for an asynchronous call
|
| Modifier and Type | Field and Description |
|---|---|
protected FluentWait |
AbstractWaitElementMatcher.wait |
| Modifier and Type | Method and Description |
|---|---|
FluentWait |
FluentWait.atMost(long timeInMillis) |
FluentWait |
FluentWait.atMost(long duration,
TimeUnit unit) |
FluentWait |
FluentWait.explicitlyFor(long amount,
TimeUnit timeUnit)
Waits unconditionally for explicit amount of time.
|
FluentWait |
FluentWait.ignoreAll(Collection<Class<? extends Throwable>> types) |
FluentWait |
FluentWait.ignoring(Class<? extends RuntimeException> exceptionType) |
FluentWait |
FluentWait.ignoring(Class<? extends RuntimeException> firstType,
Class<? extends RuntimeException> secondType)
Ignoring the two exceptions passed as params
|
FluentWait |
FluentWait.pollingEvery(long duration,
TimeUnit unit) |
FluentWait |
FluentWait.withMessage(String message) |
FluentWait |
FluentWait.withNoDefaultsException()
Use this methods only to avoid ignoring StateElementReferenceException
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractWaitMatcher.until(FluentWait wait,
com.google.common.base.Predicate<Fluent> present,
String defaultMessage)
Perform the wait.
|
Copyright © 2016 FluentLenium. All Rights Reserved.