I\'m using casperjs to do some testings of a backbonejs application using localstorage.
My problem is that I can not clear the localstorage when testing with casperj
I found workaround for this problem by deleting file *.localstorage in one of the following directories:
Windows c:\Users\YOUR_USER\AppData\Local\Ofi Labs\PhantomJS\
Mac OS X: /Users/YOUR_USER/Library/Application Support/Ofi Labs/PhantomJS
Linux: /home/YOUR_USER/.local/share/data/Ofi Labs/PhantomJS