Package com.applitools.eyes.debug
Class DebugScreenshotsProvider
- java.lang.Object
-
- com.applitools.eyes.debug.DebugScreenshotsProvider
-
- Direct Known Subclasses:
FileDebugScreenshotsProvider,NullDebugScreenshotProvider
public abstract class DebugScreenshotsProvider extends Object
Interface for saving debug screenshots.
-
-
Constructor Summary
Constructors Constructor Description DebugScreenshotsProvider()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description StringgetPath()StringgetPrefix()abstract voidsave(BufferedImage image, String suffix)voidsetPath(String path)voidsetPrefix(String prefix)
-