|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.thoughtworks.selenium.Wait com.unitedinternet.portal.selenium.utils.logging.LoggingWait
public abstract class LoggingWait
Extends the selenium wait class with error handling.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.thoughtworks.selenium.Wait |
---|
com.thoughtworks.selenium.Wait.WaitTimedOutException |
Field Summary |
---|
Fields inherited from class com.thoughtworks.selenium.Wait |
---|
DEFAULT_INTERVAL, DEFAULT_TIMEOUT |
Constructor Summary | |
---|---|
LoggingWait(LoggingSelenium selenium)
Create new wait instance. |
Method Summary | |
---|---|
void |
wait(java.lang.String message,
long timeoutInMilliseconds,
long intervalInMilliseconds)
Overrides the wait function and catch the timeout. |
Methods inherited from class com.thoughtworks.selenium.Wait |
---|
until, wait, wait |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LoggingWait(LoggingSelenium selenium)
selenium
- Instance of LoggingSelenium to bail out exceptionsMethod Detail |
---|
public void wait(java.lang.String message, long timeoutInMilliseconds, long intervalInMilliseconds)
wait
in class com.thoughtworks.selenium.Wait
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |