Uses of Interface
com.microsoft.playwright.Playwright
-
Packages that use Playwright Package Description com.microsoft.playwright com.microsoft.playwright.impl.junit -
-
Uses of Playwright in com.microsoft.playwright
Methods in com.microsoft.playwright that return Playwright Modifier and Type Method Description static PlaywrightPlaywright. create()static PlaywrightPlaywright. create(Playwright.CreateOptions options)Launches new Playwright driver process and connects to it. -
Uses of Playwright in com.microsoft.playwright.impl.junit
Methods in com.microsoft.playwright.impl.junit that return Playwright Modifier and Type Method Description static PlaywrightPlaywrightExtension. getOrCreatePlaywright(org.junit.jupiter.api.extension.ExtensionContext extensionContext)Returns the Playwright that belongs to the current test.
-