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.String getWaitTimeoutInSeconds()  
    void setExceptionsToHandle​(java.util.List<java.lang.String> exceptionsToHandle)  
    void setWaitTimeoutInSeconds​(java.lang.String waitTimeoutInSeconds)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • 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