Uses of Interface
jp.vmi.selenium.selenese.utils.Wait.StopCondition
-
Packages that use Wait.StopCondition Package Description jp.vmi.selenium.selenese.utils -
-
Uses of Wait.StopCondition in jp.vmi.selenium.selenese.utils
Methods in jp.vmi.selenium.selenese.utils with parameters of type Wait.StopCondition Modifier and Type Method Description booleanWait. wait(long startTime, long timeout, Wait.StopCondition stopCondition)Wait until the wait-stop condition returns true or time runs out.
-