firefox-devtools / har-export-trigger

Trigger HAR export any time directly from within a page.
https://addons.mozilla.org/en-US/firefox/addon/har-export-trigger/
Mozilla Public License 2.0
55 stars 16 forks source link

support for chrome browser #36

Open tkalyani-test opened 5 years ago

tkalyani-test commented 5 years ago

Hi I have a requirement to collect har logs from chrome browser. Can i use this har-export-trigger to capture the same. If yes , please guide the steps on how to capture logs

GayuRenga commented 4 years ago

Have you found any solution for collecting har from chrome ?If yes kindly help me

janodvarko commented 4 years ago

You should be able to use this extension on Chrome too. The way how it should work is exactly the same as in Firefox.

See https://github.com/firefox-devtools/har-export-trigger/blob/master/README.md

Honza