public class QAFWebElementWait extends DynamicWait<QAFExtendedWebElement>
DynamicWait that uses WebDriver instances.| Constructor and Description |
|---|
QAFWebElementWait(QAFExtendedWebElement QAFExtendedWebElement,
long... timeout) |
QAFWebElementWait(QAFExtendedWebElement element,
long timeOutInMiliSeconds)
Wait will ignore instances of NotFoundException that are encountered
(thrown) by default in the 'until' condition, and immediately propagate
all others.
|
QAFWebElementWait(QAFExtendedWebElement element,
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 QAFWebElementWait(QAFExtendedWebElement element, long timeOutInMiliSeconds)
element - The WebElement instance to pass to the expected conditionstimeOutInMiliSeconds - The timeout in seconds when an expectation is calledequalspublic QAFWebElementWait(QAFExtendedWebElement element, long timeOutInMiliSeconds, long sleepInMillis)
element - The WebElement 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 QAFWebElementWait(QAFExtendedWebElement QAFExtendedWebElement, long... timeout)
Copyright © 2000 Infostretch Corp.