Uses of Class
com.microsoft.playwright.impl.BrowserContextImpl
-
Packages that use BrowserContextImpl Package Description com.microsoft.playwright.impl -
-
Uses of BrowserContextImpl in com.microsoft.playwright.impl
Fields in com.microsoft.playwright.impl declared as BrowserContextImpl Modifier and Type Field Description private BrowserContextImplPageImpl. browserContext(package private) BrowserContextImplRouteImpl. browserContext(package private) BrowserContextImplPageImpl. ownedContextFields in com.microsoft.playwright.impl with type parameters of type BrowserContextImpl Modifier and Type Field Description (package private) java.util.Set<BrowserContextImpl>BrowserImpl. contextsMethods in com.microsoft.playwright.impl that return BrowserContextImpl Modifier and Type Method Description BrowserContextImplPageImpl. context()BrowserContextImplBrowserTypeImpl. launchPersistentContext(java.nio.file.Path userDataDir, BrowserType.LaunchPersistentContextOptions options)private BrowserContextImplBrowserTypeImpl. launchPersistentContextImpl(java.nio.file.Path userDataDir, BrowserType.LaunchPersistentContextOptions options)BrowserContextImplBrowserImpl. newContext(Browser.NewContextOptions options)private BrowserContextImplBrowserImpl. newContextImpl(Browser.NewContextOptions options)Methods in com.microsoft.playwright.impl with parameters of type BrowserContextImpl Modifier and Type Method Description (package private) static voidUtils. addLargeFileUploadParams(java.nio.file.Path[] files, com.google.gson.JsonObject params, BrowserContextImpl context)
-