Class TolerantActionExceptions
- java.lang.Object
-
- uk.co.evoco.webdriver.configuration.TolerantActionExceptions
-
public class TolerantActionExceptions extends Object
-
-
Constructor Summary
Constructors Constructor Description TolerantActionExceptions()
-
Method Summary
Modifier and Type Method Description List<String>
getExceptionsToHandle()
String
getWaitTimeoutInSeconds()
void
setExceptionsToHandle(List<String> exceptionsToHandle)
void
setWaitTimeoutInSeconds(String waitTimeoutInSeconds)
-
-
-
Method Detail
-
getWaitTimeoutInSeconds
public String getWaitTimeoutInSeconds()
- Returns:
- the tolerant action wait time in seconds
-
setWaitTimeoutInSeconds
public void setWaitTimeoutInSeconds(String waitTimeoutInSeconds)
- Parameters:
waitTimeoutInSeconds
- set the tolerant action wait time in seconds
-
getExceptionsToHandle
public List<String> getExceptionsToHandle()
- Returns:
- Exceptions list that we will use to tolerate in tolerable action wrappers
-
-