| Constructor and Description |
|---|
FluentWait(Fluent fluent,
Search search) |
| Modifier and Type | Method and Description |
|---|---|
FluentWait |
atMost(long timeInMillis) |
FluentWait |
atMost(long duration,
TimeUnit unit) |
org.openqa.selenium.WebDriver |
getDriver() |
org.openqa.selenium.support.ui.FluentWait |
getWait() |
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(long duration,
TimeUnit unit) |
<T> T |
until(com.google.common.base.Function<? super Fluent,T> isTrue) |
FluentWait |
until(com.google.common.base.Predicate<Fluent> isTrue) |
FluentWaitMatcher |
until(String string) |
FluentWaitPageMatcher |
untilPage() |
FluentWaitPageMatcher |
untilPage(FluentPage page) |
FluentWait |
withMessage(String message) |
public org.openqa.selenium.support.ui.FluentWait getWait()
public FluentWait atMost(long duration, TimeUnit unit)
public FluentWait atMost(long timeInMillis)
public FluentWait pollingEvery(long duration, TimeUnit unit)
public FluentWait ignoreAll(Collection<Class<? extends Throwable>> types)
public FluentWait ignoring(Class<? extends RuntimeException> exceptionType)
public FluentWait ignoring(Class<? extends RuntimeException> firstType, Class<? extends RuntimeException> secondType)
public FluentWait until(com.google.common.base.Predicate<Fluent> isTrue)
public FluentWait withMessage(String message)
public FluentWaitMatcher until(String string)
public FluentWaitPageMatcher untilPage()
public FluentWaitPageMatcher untilPage(FluentPage page)
public org.openqa.selenium.WebDriver getDriver()
Copyright © 2014 AConsulting. All Rights Reserved.