Top "Har" questions

har is the HTTP Archive format that can be used by HTTP monitoring tools to export collected data.

How do I view / replay a chrome network debugger har file saved with content?

I love the network debugger, that being said, what programs are out there that let me step forward and backward …

debugging google-chrome har
How to capture all requests made by page in webdriver? Is there any alternative to Browsermob?

I am using Selenium2/WebDriver to test my web applications. All the tests are written in Java and run with …

java selenium proxy webdriver har
How to import HAR file to excel

I have to know some informations about documents loaded by a browser (e.g. chrome ) for that inspect element is …

excel google-chrome har
Automatize HAR files generation from Google Chrome

Basically what I need is a way to automatize the result of the following operations: open a new tab; open …

google-chrome automation spdy har
How to parse an HAR file in java

I want to read the information from an HAR extension file using Java. I am using Selenium Webdriver for capturing …

java performance-testing har
Can't capture HAR using Python Selenium Script with BrowserMob-Proxy

Goal: I want to run a Selenium Python script through BrowserMob-Proxy, which will capture and output a HAR file capture. …

python selenium proxy har browsermob
Extracting HTTP responses from HAR file to filesystem

Is there a tool that can extract documents that appear in HTTP responses and dump them to the filesystem, ideally …

extract har
Is there any way to automatically generate har files?

I'm trying to automate page load time testing. I'm imagining running a cron job every couple hours that will load …

google-chrome page-load-time har