Uses of Class
com.vaadin.testbench.screenshot.ReferenceNameGenerator
Packages that use ReferenceNameGenerator
-
Uses of ReferenceNameGenerator in com.vaadin.testbench.commands
Methods in com.vaadin.testbench.commands that return ReferenceNameGeneratorModifier and TypeMethodDescriptionTestBenchCommandExecutor.getReferenceNameGenerator()
Gets the name generator used for screenshot references.Methods in com.vaadin.testbench.commands with parameters of type ReferenceNameGeneratorModifier and TypeMethodDescriptionstatic 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 ReferenceNameGeneratorModifierConstructorDescriptionTestBenchCommandExecutor
(ImageComparison imageComparison, ReferenceNameGenerator referenceNameGenerator)