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.
com.vaadin.testbench.
Package com.vaadin.testbench
-
Interface Summary Interface Description HasCallFunction HasDriver An interface for classes that can provide an instance of a
WebDriver
HasElementQuery HasPropertySettersGetters HasSearchContext Interface for classes providing a
SearchContext
, i.e.HasStringValueProperty HasTestBenchCommandExecutor Interface for classes that have access to a
TestBenchCommandExecutor
instance. -
Class Summary Class Description CyclicObjectWorkaround Provides a workaround to avoid "cyclic object value" when returning an element list (webdrivers use JSON.stringify([element1, ..., elementN]) internally).
DriverInvocationHandler ElementQuery<T extends TestBenchElement> Query class used for finding a given element inside a given search context.
ElementQuery.AttributeMatch EventsUtil IPAddress 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.