Like HTTP Headers in firefox, I would like to save all the HTTP requests and responses (more importantly requests) that are sent/received during the run of selenium.
Is there a built-in tool or do I have to combine the script with wireshark/fiddler? if there isn’t what’s the most convenient way of doing this?
In actuality, if you’re looking just for headers you could use the captureNetworkTraffic start option
so