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
Class BrowserTestBase
java.lang.Object
com.vaadin.testbench.AbstractBrowserTestBase
com.vaadin.testbench.AbstractBrowserDriverTestBase
com.vaadin.testbench.BrowserTestBase
All Implemented Interfaces:
HasDriver
, HasElementQuery
, HasSearchContext
, HasTestBenchCommandExecutor
A superclass with helper methods to aid TestBench developers create a JUnit 5 based tests.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.openqa.selenium.Capabilities
protected String
protected Browser
protected String
void
setBrowserTestInfo
(BrowserTestInfo browserTestInfo) Methods inherited from class com.vaadin.testbench.AbstractBrowserDriverTestBase
getDriver, setDriver
Methods inherited from class com.vaadin.testbench.AbstractBrowserTestBase
assertEquals, blur, checkLogsForErrors, checkLogsForErrors, clickElementWithJs, clickElementWithJs, concatUrl, drag, dragAndDrop, dragElementOver, executeScript, findElement, findElements, getCommandExecutor, getContext, getLogEntries, getScrollX, getScrollY, hasCssClass, isElementPresent, scrollBy, scrollIntoViewAndClick, scrollToElement, testBench, waitForDevServer, waitForElementNotPresent, waitForElementPresent, waitForElementVisible, waitUntil, waitUntil, waitUntilNot, waitUntilNot, wrap
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.vaadin.testbench.HasElementQuery
$, $
-
Field Details
-
screenshotOnFailureExtension
-
-
Constructor Details
-
BrowserTestBase
public BrowserTestBase()
-
-
Method Details
-
setBrowserTestInfo
-
getCapabilities
protected org.openqa.selenium.Capabilities getCapabilities() -
getHubHostname
-
getRunLocallyBrowser
-
getRunLocallyBrowserVersion
-