Uses of Class
com.microsoft.playwright.BrowserContext.StorageStateOptions
-
Packages that use BrowserContext.StorageStateOptions Package Description com.microsoft.playwright -
-
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(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 StringBrowserContext. storageState(BrowserContext.StorageStateOptions options)Returns storage state for this browser context, contains current cookies and local storage snapshot.
-