2

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?

Mark Rowlands
  • 5,357
  • 2
  • 29
  • 41
Udanesh N
  • 161
  • 2
  • 2
  • 15
  • 1
    http://stackoverflow.com/questions/11723400/get-response-data-using-harlib-in-java see this discussion may help you – Simmant Jul 31 '14 at 15:59

1 Answers1

3

You can try to use these libraries in Java to read HAR file:

  1. https://github.com/sdstoehr/har-reader
  2. https://sites.google.com/site/frogthinkerorg/projects/harlib (introduction to the library)
  3. http://sourceforge.net/projects/benchlab/files/HarLib/
userpal
  • 1,483
  • 2
  • 22
  • 38