Package co.verisoft.fw.utils
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 Detail
-
Retry
public Retry(org.openqa.selenium.WebDriver driver, int count, int interval, TimeUnit unit)
-
-
Method Detail
-
attempt
public void attempt(Attemptable attemptable)
-
-