Use this page to test HAR Export Trigger extension
HAR Export Trigger is Firefox add-on improving automated HAR (HTTP Archive) export of collected data from the Network panel. This add-on is built on top of native developer tools in Firefox. Firebug is not needed for this add-on.
The add-on HAR exports HAR API directly to the page. Any automated system can be consequently built on top of the API and trigger HAR export using a simple JavaScript call at any time.
There are a few preferences you can set:devtools.netmonitor.har.enableAutoExportToFile
Set if you want
to have a HAR file created after every page load.extensions.netmonitor.har.enableAutomation
Set if you want
to have HAR automation active, but no files created.extensions.netmonitor.har.contentAPIToken
Set to a token
that is consequently passed into all HAR API calls.extensions.netmonitor.har.autoConnect
Set if you want to
have the HAR object available without the developer toolbox being open.This page expects the following preference values:
extensions.netmonitor.har.contentAPIToken
=> test
extensions.netmonitor.har.enableAutomation
=> true