Package at.willhaben.willtest.config
Interface ScreenshotProvider
-
- All Known Implementing Classes:
DefaultScreenshotProvider
public interface ScreenshotProviderAllows to use a custom screenshot library or to implement own screenshot behaviour.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.awt.image.BufferedImagetakeScreenshot(org.openqa.selenium.WebDriver webDriver)This method is called if an error occurred in the test.
-