public class WebDriverWait<FLUENT> extends org.openqa.selenium.support.ui.WebDriverWait implements FluentBase<FLUENT>
| Constructor and Description |
|---|
WebDriverWait(FLUENT fluent,
org.openqa.selenium.WebDriver driver,
long timeOutInSeconds) |
WebDriverWait(FLUENT fluent,
org.openqa.selenium.WebDriver driver,
long timeOutInSeconds,
long sleepInMillis) |
| Modifier and Type | Method and Description |
|---|---|
<ACTION> FLUENT |
commit(ACTION action) |
FluentBuilder<FLUENT> |
until()
Returns the fluent condition builder.
|
FluentBuilder<FLUENT> |
until(String failMessage)
Returns the fluent condition builder.
|
public WebDriverWait(FLUENT fluent, org.openqa.selenium.WebDriver driver, long timeOutInSeconds)
public WebDriverWait(FLUENT fluent, org.openqa.selenium.WebDriver driver, long timeOutInSeconds, long sleepInMillis)
public FluentBuilder<FLUENT> until()
commit(java.lang.Object)
which calls FluentWait.until(com.google.common.base.Predicate).public FluentBuilder<FLUENT> until(String failMessage)
commit(java.lang.Object)
which calls FluentWait.until(com.google.common.base.Predicate).failMessage - message used when the waiting failspublic <ACTION> FLUENT commit(ACTION action)
commit in interface FluentBase<FLUENT>Copyright © 2013 JBoss by Red Hat. All Rights Reserved.