Class BrowserStorageStateManager
java.lang.Object
com.shaft.gui.browser.internal.BrowserStorageStateManager
Saves and restores browser cookies, localStorage, and sessionStorage for one WebDriver context.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic class -
Method Summary
Modifier and TypeMethodDescriptionstatic voidLoads cookies, localStorage, and sessionStorage from a JSON file.static voidSaves cookies, localStorage, and sessionStorage to a JSON file.
-
Method Details
-
save
Saves cookies, localStorage, and sessionStorage to a JSON file.- Parameters:
driver- active WebDriverfilePath- target JSON file
-
load
Loads cookies, localStorage, and sessionStorage from a JSON file.- Parameters:
driver- active WebDriverfilePath- source JSON file
-