Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

I'm curious how can I disable permanently the browser caching?

  • 1 답장
  • 1 이 문제를 만남
  • 7 보기
  • 최종 답변자: ideato

more options

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

모든 댓글 (1)

more options

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