Uses of Interface
com.microsoft.playwright.BrowserType
Packages that use BrowserType
-
Uses of BrowserType in com.microsoft.playwright
Methods in com.microsoft.playwright that return BrowserTypeModifier and TypeMethodDescriptionBrowser.browserType()Get the browser type (chromium, firefox or webkit) that the browser belongs to.Playwright.chromium()This object can be used to launch or connect to Chromium, returning instances ofBrowser.Playwright.firefox()This object can be used to launch or connect to Firefox, returning instances ofBrowser.Playwright.webkit()This object can be used to launch or connect to WebKit, returning instances ofBrowser. -
Uses of BrowserType in com.microsoft.playwright.impl
Classes in com.microsoft.playwright.impl that implement BrowserTypeMethods in com.microsoft.playwright.impl that return BrowserType