public class WebDriverWaitEx
extends org.openqa.selenium.support.ui.FluentWait<org.openqa.selenium.WebDriver>
Modifier and Type | Field and Description |
---|---|
static long |
DEFAULT_SLEEP_TIMEOUT |
Constructor and Description |
---|
WebDriverWaitEx(org.openqa.selenium.WebDriver driver,
org.openqa.selenium.support.ui.Clock clock,
org.openqa.selenium.support.ui.Sleeper sleeper,
long timeOutInSeconds,
long sleepTimeOut) |
WebDriverWaitEx(org.openqa.selenium.WebDriver driver,
org.openqa.selenium.support.ui.Clock clock,
org.openqa.selenium.support.ui.Sleeper sleeper,
long timeOutInSeconds,
long sleepTimeOut,
java.util.concurrent.TimeUnit time) |
WebDriverWaitEx(org.openqa.selenium.WebDriver driver,
long timeOutInSeconds) |
WebDriverWaitEx(org.openqa.selenium.WebDriver driver,
long timeOutInSeconds,
long sleepInMillis) |
WebDriverWaitEx(org.openqa.selenium.WebDriver driver,
long timeOut,
java.util.concurrent.TimeUnit time) |
Modifier and Type | Method and Description |
---|---|
protected java.lang.RuntimeException |
timeoutException(java.lang.String message,
java.lang.Throwable lastException) |
public static final long DEFAULT_SLEEP_TIMEOUT
public WebDriverWaitEx(org.openqa.selenium.WebDriver driver, long timeOutInSeconds)
public WebDriverWaitEx(org.openqa.selenium.WebDriver driver, long timeOut, java.util.concurrent.TimeUnit time)
public WebDriverWaitEx(org.openqa.selenium.WebDriver driver, long timeOutInSeconds, long sleepInMillis)
public WebDriverWaitEx(org.openqa.selenium.WebDriver driver, org.openqa.selenium.support.ui.Clock clock, org.openqa.selenium.support.ui.Sleeper sleeper, long timeOutInSeconds, long sleepTimeOut)
public WebDriverWaitEx(org.openqa.selenium.WebDriver driver, org.openqa.selenium.support.ui.Clock clock, org.openqa.selenium.support.ui.Sleeper sleeper, long timeOutInSeconds, long sleepTimeOut, java.util.concurrent.TimeUnit time)