Class PlaywrightSessionManager
java.lang.Object
com.shaft.gui.playwright.internal.PlaywrightSessionManager
Thread-local access to the active Playwright session.
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidstatic com.microsoft.playwright.Browserstatic com.microsoft.playwright.BrowserContextstatic com.microsoft.playwright.Pagestatic com.microsoft.playwright.Playwrightstatic PlaywrightSessionstatic boolean
-
Method Details
-
hasSession
public static boolean hasSession() -
currentSession
-
currentPlaywright
public static com.microsoft.playwright.Playwright currentPlaywright() -
currentBrowser
public static com.microsoft.playwright.Browser currentBrowser() -
currentBrowserContext
public static com.microsoft.playwright.BrowserContext currentBrowserContext() -
currentPage
public static com.microsoft.playwright.Page currentPage() -
clearSession
public static void clearSession()
-