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
What about running this after loading a page ?
casper.evaluate(function() { localStorage.clear(); }, {});