Interface ExceptionListener


public interface ExceptionListener
Listen to exceptions.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    on (Throwable throwable, org.openqa.selenium.WebDriver driver)
    Called when an exception is thrown.
  • Method Details

    • on

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