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.uitest.common.
Package com.vaadin.uitest.common
Class BaseTestBenchIT
java.lang.Object
com.vaadin.testbench.AbstractBrowserTestBase
com.vaadin.testbench.AbstractBrowserDriverTestBase
com.vaadin.testbench.BrowserTestBase
com.vaadin.uitest.common.BaseTestBenchIT
All Implemented Interfaces:
HasDriver
, HasElementQuery
, HasSearchContext
, HasTestBenchCommandExecutor
, HasTestView
-
Field Summary
Fields inherited from class com.vaadin.testbench.BrowserTestBase
screenshotOnFailureExtension
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
hasContent
(String content, ElementQuery<?> query) protected boolean
hasContent
(String content, TestBenchElement e) protected void
setup()
Methods inherited from class com.vaadin.testbench.BrowserTestBase
getCapabilities, getHubHostname, getRunLocallyBrowser, getRunLocallyBrowserVersion, setBrowserTestInfo
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
$, $
Methods inherited from interface com.vaadin.uitest.common.HasTestView
getUrl, getView
-
Constructor Details
-
BaseTestBenchIT
public BaseTestBenchIT()
-
-
Method Details
-
setup
@BeforeEach protected void setup() -
hasContent
-
hasContent
-