Uses of Interface
com.microsoft.playwright.BrowserType
-
Packages that use BrowserType Package Description com.microsoft.playwright -
-
Uses of BrowserType in com.microsoft.playwright
Methods in com.microsoft.playwright that return BrowserType Modifier and Type Method Description BrowserTypeBrowser. browserType()Get the browser type (chromium, firefox or webkit) that the browser belongs to.BrowserTypePlaywright. chromium()This object can be used to launch or connect to Chromium, returning instances ofBrowser.BrowserTypePlaywright. firefox()This object can be used to launch or connect to Firefox, returning instances ofBrowser.BrowserTypePlaywright. webkit()This object can be used to launch or connect to WebKit, returning instances ofBrowser.
-