laurentj / slimerjs

A scriptable browser like PhantomJS, based on Firefox
http://slimerjs.org
Other
3k stars 259 forks source link

page.clearMemoryCache() #598

Open jefleponot opened 7 years ago

jefleponot commented 7 years ago

versions

Steps to reproduce the issue

Actual results:

don't exist

Expected results:

Hi @laurentj Have you planned to create a method page.clearMemoryCache() as phantomJS done ??

Best Regards

JEF

ajapisc commented 7 years ago

+1

I'd be interested in this feature too. I'm trying to only open a single slimerjs browser window, as that's the most expensive part of scraping urls, and in case of repeats I'd like to be able to force-clear the cache before every scrape.