We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
Uses of Class
com.vaadin.testbench.screenshot.ImageComparison
Packages that use ImageComparison
-
Uses of ImageComparison in com.vaadin.testbench.commands
Methods in com.vaadin.testbench.commands that return ImageComparisonModifier and TypeMethodDescriptionTestBenchCommandExecutor.getImageComparison()
Gets the image comparison implementation used for screenshots.
Methods in com.vaadin.testbench.commands with parameters of type ImageComparisonModifier and TypeMethodDescriptionstatic boolean
ScreenshotComparator.compareScreen
(BufferedImage reference, String referenceName, ImageComparison imageComparison, org.openqa.selenium.TakesScreenshot takesScreenshot, org.openqa.selenium.HasCapabilities driver) static boolean
ScreenshotComparator.compareScreen
(File reference, ImageComparison imageComparison, org.openqa.selenium.TakesScreenshot takesScreenshot, org.openqa.selenium.HasCapabilities driver) static boolean
ScreenshotComparator.compareScreen
(String referenceId, ReferenceNameGenerator referenceNameGenerator, ImageComparison imageComparison, org.openqa.selenium.TakesScreenshot takesScreenshot, org.openqa.selenium.HasCapabilities driver) Constructors in com.vaadin.testbench.commands with parameters of type ImageComparisonModifierConstructorDescriptionTestBenchCommandExecutor
(ImageComparison imageComparison, ReferenceNameGenerator referenceNameGenerator)