| Interface | Description |
|---|---|
| HasDriver |
An interface for classes that can provide an instance of a
WebDriver |
| HasSearchContext |
Interface for classes providing a
SearchContext, i.e. |
| HasTestBenchCommandExecutor |
Interface for classes that have access to a
TestBenchCommandExecutor
instance. |
| Class | Description |
|---|---|
| AbstractHasTestBenchCommandExecutor |
Abstract class that provides useful Element finding functions.
|
| By | |
| By.ByVaadin | |
| DriverInvocationHandler | |
| ElementQuery<T extends AbstractElement> |
Descriptor class used for locating components.
|
| Parameters | |
| RetryRule |
A retry rule is used to re-run a test several times in case of a random failure.
|
| ScreenshotOnFailureRule |
This JUnit
Rule grabs a screenshot when a test fails. |
| TestBench | |
| TestBenchDriverProxy | |
| TestBenchElement |
TestBenchElement is a WebElement wrapper.
|
| TestBenchTestCase |
A superclass with some helpers to aid TestBench developers.
|
Copyright © 2012-2025 Vaadin Ltd. All Rights Reserved.