Class NoUrlLoggingWebDriverScreenshotRule
- java.lang.Object
-
- org.junit.rules.TestWatcher
-
- com.atlassian.webdriver.testing.rule.WebDriverScreenshotRule
-
- com.atlassian.confluence.webdriver.selenium3.rules.NoUrlLoggingWebDriverScreenshotRule
-
- All Implemented Interfaces:
org.junit.rules.TestRule
public class NoUrlLoggingWebDriverScreenshotRule extends com.atlassian.webdriver.testing.rule.WebDriverScreenshotRule
This clumsy hack might stop the WebDriverScreenshotRule choking on modals.
-
-
Constructor Summary
Constructors Constructor Description NoUrlLoggingWebDriverScreenshotRule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
failed(Throwable e, org.junit.runner.Description description)
-
Methods inherited from class com.atlassian.webdriver.testing.rule.WebDriverScreenshotRule
artifactDir, starting, takeManualScreenshotAndSource, takeManualScreenshotAndSource
-
-
-
-
Method Detail
-
failed
protected void failed(Throwable e, org.junit.runner.Description description)
- Overrides:
failed
in classcom.atlassian.webdriver.testing.rule.WebDriverScreenshotRule
-
-