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 BasePlayWrightIT
java.lang.Object
com.vaadin.uitest.common.BasePlayWrightIT
All Implemented Interfaces:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
cleanup()
void
protected void
click
(com.microsoft.playwright.Locator locator) protected void
protected void
event
(com.microsoft.playwright.Locator locator, String type, Object eventInit, com.microsoft.playwright.Locator.DispatchEventOptions options) protected void
protected com.microsoft.playwright.Page
getPage()
protected void
protected void
static void
setup()
void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.vaadin.uitest.common.HasTestView
getUrl, getView
-
Field Details
-
page
protected com.microsoft.playwright.Page page -
browser
protected static com.microsoft.playwright.Browser browser
-
-
Constructor Details
-
BasePlayWrightIT
public BasePlayWrightIT()
-
-
Method Details