Package org.fluentlenium.core.events
Interface ExceptionListener
-
public interface ExceptionListenerListen to exceptions.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidon(java.lang.Throwable throwable, org.openqa.selenium.WebDriver driver)Called when an exception is thrown.
-