How to parse an HAR file in java

Udanesh N picture Udanesh N · Jul 31, 2014 · Viewed 9.2k times · Source

I want to read the information from an HAR extension file using Java. I am using Selenium Webdriver for capturing the timings, it generates a .har file.

I have seen we need to use some external libraries for this. I failed to find any links to download that library. Is anyone aware of what library I need and where I can find it?

Answer

userpal picture userpal · Jul 31, 2014