Uses of Class
com.microsoft.playwright.BrowserContext.StorageStateOptions
Packages that use BrowserContext.StorageStateOptions
-
Uses of BrowserContext.StorageStateOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return BrowserContext.StorageStateOptionsModifier and TypeMethodDescriptionThe file path to save the storage state to.Methods in com.microsoft.playwright with parameters of type BrowserContext.StorageStateOptionsModifier and TypeMethodDescriptionBrowserContext.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.StorageStateOptionsModifier and TypeMethodDescriptionBrowserContextImpl.storageState(BrowserContext.StorageStateOptions options)