Uses of Class
com.microsoft.playwright.APIRequestContext.StorageStateOptions
Packages that use APIRequestContext.StorageStateOptions
-
Uses of APIRequestContext.StorageStateOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return APIRequestContext.StorageStateOptionsModifier and TypeMethodDescriptionThe file path to save the storage state to.Methods in com.microsoft.playwright with parameters of type APIRequestContext.StorageStateOptionsModifier and TypeMethodDescriptionAPIRequestContext.storageState(APIRequestContext.StorageStateOptions options) Returns storage state for this request context, contains current cookies and local storage snapshot if it was passed to the constructor. -
Uses of APIRequestContext.StorageStateOptions in com.microsoft.playwright.impl
Methods in com.microsoft.playwright.impl with parameters of type APIRequestContext.StorageStateOptionsModifier and TypeMethodDescriptionAPIRequestContextImpl.storageState(APIRequestContext.StorageStateOptions options)