ceaserg
ceaserg

Reputation: 106

Exporting large HAR file from Chrome Dev Tools

In the network tab within the Chrome Dev Tools, I have a large amount of HTTP requests that I would like to export into a HAR to analyze. I've tried to export the HAR with the export button, and I've tried the "Save all as HAR with content" option as well, but both result in a 0byte HAR file when downloaded. I've exported HARs in the past, but I guess they've never been as large so they have succeeded without issue. For reference, the network tab shows:

Anyone have any experience in exporting large HAR files? Is there a way to build a script that could export this?

Upvotes: 3

Views: 2875

Answers (1)

Paul Gutenbrunner
Paul Gutenbrunner

Reputation: 117

You could try webQsee (https://chrome.google.com/webstore/detail/webqsee-web-sniffer-recor/gamdpfnfkjknkimfbboonmgdfnondfme?hl=de), it is able to handle large amounts of data.

In addition to HAR export, you can also export so called "Behavior Reports" that contain not only the network communication but also console output and the screen video for later analysis.

Upvotes: 1

Related Questions