Package org.openqa.selenium.support.ui
Interface Sleeper
-
public interface SleeperAbstraction aroundThread.sleep(long)to permit better testability.
-
-
Field Summary
Fields Modifier and Type Field Description static SleeperSYSTEM_SLEEPER
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsleep(java.time.Duration duration)Sleeps for the specified duration of time.
-
-
-
Field Detail
-
SYSTEM_SLEEPER
static final Sleeper SYSTEM_SLEEPER
-
-