Uses of Interface
com.microsoft.playwright.Browser
-
Packages that use Browser Package Description com.microsoft.playwright -
-
Uses of Browser in com.microsoft.playwright
Methods in com.microsoft.playwright that return Browser Modifier and Type Method Description Browser
BrowserContext. browser()
Returns the browser instance of the context.default Browser
BrowserType. launch()
Browser
BrowserType. launch(BrowserType.LaunchOptions options)
Returns the browser instance.
-