|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openqa.selenium.net.UrlChecker
public class UrlChecker
Polls a URL until a HTTP 200 response is received.
Constructor Summary | |
---|---|
UrlChecker()
|
Method Summary | |
---|---|
void |
waitUntilAvailable(java.net.URL url,
long timeout,
java.util.concurrent.TimeUnit unit)
|
void |
waitUntilUnavailable(java.net.URL url,
long timeout,
java.util.concurrent.TimeUnit unit)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UrlChecker()
Method Detail |
---|
public void waitUntilAvailable(java.net.URL url, long timeout, java.util.concurrent.TimeUnit unit)
public void waitUntilUnavailable(java.net.URL url, long timeout, java.util.concurrent.TimeUnit unit)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |