Interface WebDriverExceptionOccurrenceBehaviour

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean shouldRetry​(org.openqa.selenium.WebDriverException webDriverException)
      Returns if the operation should be retried for given WebDriverException.
    • Method Detail

      • shouldRetry

        boolean shouldRetry​(org.openqa.selenium.WebDriverException webDriverException)
        Returns if the operation should be retried for given WebDriverException.
        Parameters:
        webDriverException - The given exception
        Returns:
        true, if the operation should be retried.
        Since:
        2.0.0