I saved some information in localStorage, but after restarting, my script localStorage is empty. As I understand, for every start my script creates new localStorage.
Can I set path to localStorage directly? Maybe somebody knows where slimerjs saves localStorage on Windows 32?
I tried to use webpage.offlineStoragePath = "./"; but it not working, I don't see a localStorage file. Thanks for the help.