comnetsAD / JS_Analyzer

A JavaScript cleaning tool.
5 stars 2 forks source link

Automatically disable cache in Firefox browser #2

Closed J16053 closed 5 years ago

J16053 commented 5 years ago

Right now the user needs to go into Inspect Element > Network and check the "Disable cache" checkbox before navigating to a site that they want to test. See if we can make Selenium do this in the JSTool.py code.

yzaki commented 5 years ago

I added code to show the network tap of the devtools, and also disabling the cache