Class TolerantActionExceptions
java.lang.Object
uk.co.evoco.webdriver.configuration.TolerantActionExceptions
public class TolerantActionExceptions
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description TolerantActionExceptions() -
Method Summary
Modifier and Type Method Description java.util.List<java.lang.String>getExceptionsToHandle()java.lang.StringgetWaitTimeoutInSeconds()voidsetExceptionsToHandle(java.util.List<java.lang.String> exceptionsToHandle)voidsetWaitTimeoutInSeconds(java.lang.String waitTimeoutInSeconds)
-
Constructor Details
-
TolerantActionExceptions
public TolerantActionExceptions()
-
-
Method Details
-
getWaitTimeoutInSeconds
public java.lang.String getWaitTimeoutInSeconds()- Returns:
- the tolerant action wait time in seconds
-
setWaitTimeoutInSeconds
public void setWaitTimeoutInSeconds(java.lang.String waitTimeoutInSeconds)- Parameters:
waitTimeoutInSeconds- set the tolerant action wait time in seconds
-
getExceptionsToHandle
public java.util.List<java.lang.String> getExceptionsToHandle()- Returns:
- Exceptions list that we will use to tolerate in tolerable action wrappers
-
setExceptionsToHandle
public void setExceptionsToHandle(java.util.List<java.lang.String> exceptionsToHandle)- Parameters:
exceptionsToHandle- sets the list of exceptions for WebDriver that we will retry on when using our tolerant wrapper
-