Class ScreenshotNegative

java.lang.Object
net.serenitybdd.core.photography.ScreenshotNegative

public class ScreenshotNegative
extends java.lang.Object
  • Constructor Details

    • ScreenshotNegative

      public ScreenshotNegative​(java.nio.file.Path temporaryPath, java.nio.file.Path screenshotPath, BlurLevel blurLevel)
  • Method Details

    • getTemporaryPath

      public java.nio.file.Path getTemporaryPath()
    • getScreenshotPath

      public java.nio.file.Path getScreenshotPath()
    • getBlurLevel

      public BlurLevel getBlurLevel()
    • prepareNegativeIn

      public static ScreenshotNegative.ScreenshotNegativeBuilder prepareNegativeIn​(java.nio.file.Path screenshotsDirectory)
    • withScreenshotPath

      public ScreenshotNegative withScreenshotPath​(java.nio.file.Path path)