Uses of Class
com.microsoft.playwright.BrowserContext.StorageStateOptions
-
Packages that use BrowserContext.StorageStateOptions Package Description com.microsoft.playwright com.microsoft.playwright.impl -
-
Uses of BrowserContext.StorageStateOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return BrowserContext.StorageStateOptions Modifier and Type Method Description BrowserContext.StorageStateOptionsBrowserContext.StorageStateOptions. setPath(java.nio.file.Path path)The file path to save the storage state to.Methods in com.microsoft.playwright with parameters of type BrowserContext.StorageStateOptions Modifier and Type Method Description java.lang.StringBrowserContext. storageState(BrowserContext.StorageStateOptions options)Returns storage state for this browser context, contains current cookies and local storage snapshot. -
Uses of BrowserContext.StorageStateOptions in com.microsoft.playwright.impl
Methods in com.microsoft.playwright.impl with parameters of type BrowserContext.StorageStateOptions Modifier and Type Method Description java.lang.StringBrowserContextImpl. storageState(BrowserContext.StorageStateOptions options)
-