| Package | Description |
|---|---|
| com.opera.core.systems.internal |
Various miscellaneous internal utilities.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ImplicitWait
Generalizes HtmlUnitDriver's wait code, inspired by
WebDriverWait,
but does not aim to provide a public support class. |
| Modifier and Type | Method and Description |
|---|---|
CallbackWait |
CallbackWait.ignoreAll(Collection<Class<? extends RuntimeException>> types)
Configures this instance to ignore specific types of exceptions while waiting for a condition.
|
CallbackWait |
CallbackWait.ignoring(Class<? extends RuntimeException> exceptionType) |
CallbackWait |
CallbackWait.ignoring(Class<? extends RuntimeException> firstType,
Class<? extends RuntimeException> secondType) |
CallbackWait |
CallbackWait.pollingEvery(org.openqa.selenium.support.ui.Duration interval)
Sets how often the condition should be evaluated.
|
CallbackWait |
CallbackWait.withMessage(String message)
Sets the message to be displayed when time expires.
|
CallbackWait |
CallbackWait.withTimeout(org.openqa.selenium.support.ui.Duration timeout)
Sets how long to wait for the evaluated condition to be true.
|
Copyright © 2013. All Rights Reserved.