| Package | Description |
|---|---|
| com.vaadin.testbench.commands |
| Modifier and Type | Method and Description |
|---|---|
ImageComparison |
TestBenchCommandExecutor.getImageComparison()
Gets the image comparison implementation used for screenshots.
|
| Modifier and Type | Method and Description |
|---|---|
static 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) |
| Constructor and Description |
|---|
TestBenchCommandExecutor(org.openqa.selenium.WebDriver actualDriver,
ImageComparison imageComparison,
ReferenceNameGenerator referenceNameGenerator) |
Copyright © 2012-2025 Vaadin Ltd. All Rights Reserved.