|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openqa.selenium.browserlaunchers.Sleeper
public class Sleeper
Primitives for sleeping
Constructor Summary | |
---|---|
Sleeper()
|
Method Summary | |
---|---|
static void |
sleepTight(long timeout)
Sleeps without explicitly throwing an InterruptedException |
static void |
sleepTightInSeconds(long timeoutInSeconds)
Sleeps without explicitly throwing an InterruptedException |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Sleeper()
Method Detail |
---|
public static void sleepTightInSeconds(long timeoutInSeconds)
timeoutInSeconds
- Sleep time in seconds.
java.lang.RuntimeException
- wrapping an InterruptedException if one gets thrownpublic static void sleepTight(long timeout)
timeout
- the amout of time to sleep
java.lang.RuntimeException
- wrapping an InterruptedException if one gets thrown
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |