Class Retry

java.lang.Object
co.verisoft.fw.utils.Retry

public class Retry extends Object
Retry class, inspired by Yujun Liang and Alex Collins book "Selenium WebDriver - From Foundations To Framework"
Link to the book on amazon can be found here.
Original code can be found here.
Since:
1.9.6
Author:
Nir Gallner @ www.VeriSoft.co
  • Constructor Details

    • Retry

      public Retry(org.openqa.selenium.WebDriver driver, int count, int interval, TimeUnit unit)
    • Retry

      public Retry(int count, int interval, TimeUnit unit)
  • Method Details

    • attempt

      public void attempt(Attemptable attemptable)