Package at.willhaben.willtest.config
Interface ScreenshotGenerator
-
- All Known Implementing Classes:
DefaultScreenshotGenerator
public interface ScreenshotGeneratorAllows 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.
-