Class GuardedRunnable

java.lang.Object
org.openqa.selenium.concurrent.GuardedRunnable

public class GuardedRunnable extends Object
Meant to be used together with {#link @ScheduledExecutedService.scheduleAtFixedRate}. When scheduleAtFixedRate is used, and the Runnable fails, the subsequent executions are suspended. Using this class helps to guard the execution and keeps the scheduleAtFixedRate working.
  • Constructor Details

    • GuardedRunnable

      public GuardedRunnable()
  • Method Details