How to capture http POST requests with browsermob-proxy and selenium How to capture http POST requests with browsermob-proxy and selenium selenium selenium

How to capture http POST requests with browsermob-proxy and selenium


I also had same problem. As a solution, I captured all the data, converted the HAR file into JSON, and then filtered out only POST requests from the JSON file.