Uses of Interface
com.vaadin.testbench.HasDriver
-
Packages that use HasDriver Package Description com.vaadin.testbench com.vaadin.testbench.commands com.vaadin.testbench.parallel -
-
Uses of HasDriver in com.vaadin.testbench
Classes in com.vaadin.testbench that implement HasDriver Modifier and Type Class Description classTestBenchElementTestBenchElement is a WebElement wrapper.classTestBenchTestCaseA superclass with some helpers to aid TestBench developers.Constructors in com.vaadin.testbench with parameters of type HasDriver Constructor Description ScreenshotOnFailureRule(HasDriver driverHolder)Creates a new ScreenshotOnFailureRule in the provided test case.ScreenshotOnFailureRule(HasDriver driverHolder, boolean quitDriverOnFinish)Creates a new ScreenshotOnFailureRule in the provided test case. -
Uses of HasDriver in com.vaadin.testbench.commands
Classes in com.vaadin.testbench.commands that implement HasDriver Modifier and Type Class Description classTestBenchCommandExecutorProvides actual implementation of TestBenchCommands -
Uses of HasDriver in com.vaadin.testbench.parallel
Classes in com.vaadin.testbench.parallel that implement HasDriver Modifier and Type Class Description classParallelTestUnit tests should extendParallelTestif they are to be run in several browser configurations.
-