Uses of Interface
org.openqa.selenium.support.ui.Sleeper
Packages that use Sleeper
-
Uses of Sleeper in org.openqa.selenium.support.ui
Fields in org.openqa.selenium.support.ui declared as SleeperModifier and TypeFieldDescriptionprotected final SleeperFluentWait.sleeperstatic final SleeperSleeper.SYSTEM_SLEEPERConstructors in org.openqa.selenium.support.ui with parameters of type SleeperModifierConstructorDescriptionFluentWait(T input, Clock clock, Sleeper sleeper) WebDriverWait(org.openqa.selenium.WebDriver driver, Duration timeout, Duration sleep, Clock clock, Sleeper sleeper)