1

Does WebDriver (Firefox) have ability for disable requests by mime-types? I have one html page. In it i have css and js files load + some images. Need make one browser request to this page, but without load a text/css content. After that i need make more one request to this page, with text/css content, but without application/javascript content. And in the end, more one page load, but without only image/png. Is it possible? If not, may be some extensions for Firefox can help me? I tried found solution with small proxy on python (filtering requests by content-type), but this relation have many troubles.

1 Answers1

0

Your basic options are:

Community
  • 1
  • 1
alecxe
  • 462,703
  • 120
  • 1,088
  • 1,195