Class TolerantActionExceptions


  • public class TolerantActionExceptions
    extends Object
    • Constructor Detail

      • TolerantActionExceptions

        public TolerantActionExceptions()
    • 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
      • setExceptionsToHandle

        public void setExceptionsToHandle​(List<String> exceptionsToHandle)
        Parameters:
        exceptionsToHandle - sets the list of exceptions for WebDriver that we will retry on when using our tolerant wrapper