wkeeling / selenium-wire

Extends Selenium's Python bindings to give you the ability to inspect requests made by the browser.
MIT License
1.86k stars 240 forks source link

Reduce HAR file size #720

Open npkganugapati1 opened 8 months ago

npkganugapati1 commented 8 months ago

Hello, Currently, the HAR file is captured all traffic data. Could you enable an option to only limit to header and request without body?