Package jp.vmi.selenium.selenese
Interface MaxTimeTimer
- All Known Implementing Classes:
MaxTimeActiveTimer
public interface MaxTimeTimer
Interface of timer for --max-time option.
-
Method Summary
-
Method Details
-
start
default void start()Start timer. -
stop
default void stop()Stop timer.
-