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.Capabilitiesprotected Stringprotected Browserprotected StringvoidsetBrowserTestInfo(BrowserTestInfo browserTestInfo) Methods inherited from class com.vaadin.testbench.AbstractBrowserDriverTestBase
getDriver, setDriverMethods 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, wrapMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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
-