Package com.vaadin.testbench.commands
Class ScreenshotComparator
- java.lang.Object
-
- com.vaadin.testbench.commands.ScreenshotComparator
-
public class ScreenshotComparator extends Object
-
-
Constructor Summary
Constructors Constructor Description ScreenshotComparator()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleancompareScreen(BufferedImage reference, String referenceName, ImageComparison imageComparison, org.openqa.selenium.TakesScreenshot takesScreenshot, org.openqa.selenium.HasCapabilities driver)static booleancompareScreen(File reference, ImageComparison imageComparison, org.openqa.selenium.TakesScreenshot takesScreenshot, org.openqa.selenium.HasCapabilities driver)static booleancompareScreen(String referenceId, ReferenceNameGenerator referenceNameGenerator, ImageComparison imageComparison, org.openqa.selenium.TakesScreenshot takesScreenshot, org.openqa.selenium.HasCapabilities driver)static BufferedImagecropToElement(org.openqa.selenium.WebElement element, BufferedImage fullScreen)Crops the image to show only the element.
-
-
-
Method Detail
-
compareScreen
public static boolean compareScreen(String referenceId, ReferenceNameGenerator referenceNameGenerator, ImageComparison imageComparison, org.openqa.selenium.TakesScreenshot takesScreenshot, org.openqa.selenium.HasCapabilities driver) throws IOException
- Throws:
IOException
-
cropToElement
public static BufferedImage cropToElement(org.openqa.selenium.WebElement element, BufferedImage fullScreen) throws IOException
Crops the image to show only the element. If the element is partly off screen, crops to show the part of the element which is in the screenshot- Parameters:
element- the element to retain in the screenshotfullScreen- the full screen image- Returns:
- Throws:
IOException
-
compareScreen
public static boolean compareScreen(File reference, ImageComparison imageComparison, org.openqa.selenium.TakesScreenshot takesScreenshot, org.openqa.selenium.HasCapabilities driver) throws IOException
- Throws:
IOException
-
compareScreen
public static boolean compareScreen(BufferedImage reference, String referenceName, ImageComparison imageComparison, org.openqa.selenium.TakesScreenshot takesScreenshot, org.openqa.selenium.HasCapabilities driver) throws IOException
- Throws:
IOException
-
-