Interface ExceptionListener


  • public interface ExceptionListener
    Listen to exceptions.
    • Method Detail

      • on

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