![Firefox logo](https://assets-prod.sumo.prod.webservices.mozgcp.net/media/uploads/products/2020-04-14-08-36-13-8dda6f.png)
I'm curious how can I disable permanently the browser caching?
I'm using selenium to test my web application. If i do nay changes on my js code. I cant see those changes until I'll do multiple time force refreshes then i can see. (If ill be lucky). Its due to caching issue.
I'm open to any better suggestions.
Thanks
I'm using selenium to test my web application. If i do nay changes on my js code. I cant see those changes until I'll do multiple time force refreshes then i can see. (If ill be lucky). Its due to caching issue.
I'm open to any better suggestions.
Thanks
All Replies (1)
Hello, any positive different if you change to 1 the browser.cache.check_doc_frequency in about:config ?
http://kb.mozillazine.org/Browser.cache.check_doc_frequency
thank you