Uses of Class
com.microsoft.playwright.APIRequestContext.StorageStateOptions
-
Packages that use APIRequestContext.StorageStateOptions Package Description com.microsoft.playwright -
-
Uses of APIRequestContext.StorageStateOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return APIRequestContext.StorageStateOptions Modifier and Type Method Description APIRequestContext.StorageStateOptionsAPIRequestContext.StorageStateOptions. setPath(Path path)The file path to save the storage state to.Methods in com.microsoft.playwright with parameters of type APIRequestContext.StorageStateOptions Modifier and Type Method Description StringAPIRequestContext. 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.
-