| 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 | Method and Description |
|---|---|
FluentWait |
FluentWait.atMost(long timeInMillis) |
FluentWait |
FluentWait.atMost(long duration,
TimeUnit unit) |
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.until(com.google.common.base.Predicate<Fluent> isTrue) |
FluentWait |
FluentWait.withMessage(String message) |
FluentWait |
FluentWait.withNoDefaultsException()
Use this methods only to avoid ignoring StateElementReferenceException
|
| Constructor and Description |
|---|
FluentSizeBuilder(Search search,
FluentWait fluentWait,
String selector,
List<Filter> filters) |
FluentWaitMatcher(Search search,
FluentWait fluentWait,
String selector) |
FluentWaitPageMatcher(FluentWait wait,
org.openqa.selenium.WebDriver driver) |
FluentWaitPageMatcher(FluentWait wait,
org.openqa.selenium.WebDriver driver,
FluentPage page) |
Copyright © 2015 AConsulting. All Rights Reserved.