public class QAFWebDriverWait extends DynamicWait<QAFExtendedWebDriver>
DynamicWait that uses WebDriver instances.| Constructor and Description |
|---|
QAFWebDriverWait(long... timeout)
Wait will ignore instances of NotFoundException that are encountered
(thrown) by default in the 'until' condition, and immediately propagate
all others.
|
QAFWebDriverWait(QAFExtendedWebDriver driver,
long... timeout) |
QAFWebDriverWait(QAFExtendedWebDriver driver,
long timeOutInMiliSeconds)
Wait will ignore instances of NotFoundException that are encountered
(thrown) by default in the 'until' condition, and immediately propagate
all others.
|
QAFWebDriverWait(QAFExtendedWebDriver driver,
long timeOutInMiliSeconds,
long sleepInMillis)
Wait will ignore instances of NotFoundException that are encountered
(thrown) by default in the 'until' condition, and immediately propagate
all others.
|
duration, getDefaultInterval, getDefaultTimeout, ignoring, pollingEvery, until, until, withMessage, withMessage, withTimeoutpublic QAFWebDriverWait(QAFExtendedWebDriver driver, long timeOutInMiliSeconds)
driver - The WebDriver instance to pass to the expected conditionstimeOutInMiliSeconds - The timeout in seconds when an expectation is calledequalspublic QAFWebDriverWait(QAFExtendedWebDriver driver, long timeOutInMiliSeconds, long sleepInMillis)
driver - The WebDriver instance to pass to the expected conditionstimeOutInMiliSeconds - The timeout in seconds when an expectation is calledsleepInMillis - The duration in milliseconds to sleep between polls.equalspublic QAFWebDriverWait(long... timeout)
driver - The WebDriver instance to pass to the expected conditionsequalspublic QAFWebDriverWait(QAFExtendedWebDriver driver, long... timeout)
Copyright © 2000 Infostretch Corp.