public interface ExceptionListener
| Modifier and Type | Method and Description |
|---|---|
void |
on(Throwable throwable,
org.openqa.selenium.WebDriver driver)
Called when an exception is thrown.
|
void on(Throwable throwable, org.openqa.selenium.WebDriver driver)
throwable - thrown exceptiondriver - selenium driverCopyright © 2016 FluentLenium. All Rights Reserved.