WebDriverWait : WebDriverWait which extends FluentWait
WebDriverWait
WebDriverWait
which extends FluentWait<WebDriver>
is a specialization of Class FluentWait<T>
that uses WebDriver
instances.
Field Summary
static long
DEFAULT_SLEEP_TIMEOUT
FIVE_HUNDRED_MILLIS
Constructor
WebDriverWait(WebDriver driver, Clock clock, Sleeper sleeper, long timeOutInSeconds, long sleepTimeOut)
WebDriverWait(WebDriver driver, long timeOutInSeconds)
This Wait will ignore instances of NotFoundException that are encountered (thrown) by default in the 'until' condition, and immediately propagate all others.
WebDriverWait(WebDriver driver, long timeOutInSeconds, long sleepInMillis)
This Wait will ignore instances of NotFoundException that are encountered (thrown) by default in the 'until' condition, and immediately propagate all others.
Reference :
WebDriverWait
FluentWait
WebDriver