Class WebDriverLog<P extends SeleniumProvider<P,​D>,​D extends org.openqa.selenium.WebDriver>

    • Constructor Detail

      • WebDriverLog

        public WebDriverLog​(SeleniumProvider<P,​D> seleniumProvider)
        Deprecated.
    • Method Detail

      • onError

        protected void onError​(org.junit.runner.Description description,
                               java.lang.Throwable testFailure)
        Deprecated.
        Description copied from class: TestFailureAwareRule
        Called if the test has thrown an error. By default it does nothing.
        Overrides:
        onError in class TestFailureAwareRule
        Parameters:
        description - junit test description object
        testFailure - any error from the test