|
||||||||||
| 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.
| Nested Class Summary | |
|---|---|
static class |
UrlChecker.TimeoutException
|
| Constructor Summary | |
|---|---|
UrlChecker()
|
|
| Method Summary | |
|---|---|
void |
waitUntilAvailable(long timeout,
java.util.concurrent.TimeUnit unit,
java.net.URL... urls)
|
void |
waitUntilUnavailable(long timeout,
java.util.concurrent.TimeUnit unit,
java.net.URL url)
|
| 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(long timeout,
java.util.concurrent.TimeUnit unit,
java.net.URL... urls)
throws UrlChecker.TimeoutException
UrlChecker.TimeoutException
public void waitUntilUnavailable(long timeout,
java.util.concurrent.TimeUnit unit,
java.net.URL url)
throws UrlChecker.TimeoutException
UrlChecker.TimeoutException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||