Interface ExceptionListener


  • public interface ExceptionListener
    Listen to exceptions.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void on​(java.lang.Throwable throwable, org.openqa.selenium.WebDriver driver)
      Called when an exception is thrown.
    • Method Detail

      • on

        void on​(java.lang.Throwable throwable,
                org.openqa.selenium.WebDriver driver)
        Called when an exception is thrown.
        Parameters:
        throwable - thrown exception
        driver - selenium driver