firebug / har-export-trigger

Trigger HAR export any time directly from within a page.
Other
52 stars 13 forks source link

har files not being generated + HAR not defined #47

Open 00h-i-r-a00 opened 7 years ago

00h-i-r-a00 commented 7 years ago

Hello,

I am using Firefox Mozilla Firefox 53.0.2 with HAR Export Trigger version 0.5.0-beta.7 and I have the following settings in the browser:


devtools.netmonitor.har.defaultLogDir
devtools.netmonitor.har.enableAutoExportToFile ==> true
extensions.netmonitor.har.autoConnect  ==> true
extensions.netmonitor.har.contentAPIToken ==> test
extensions.netmonitor.har.enableAutomation ==> true

However, no har file is generated inside the folder that I specify. When I turn on the console in the devtools and type HAR, it says ReferenceError: HAR is not defined.

Could anyone help me debug this error?

soulgalore commented 7 years ago

Hi @00h-i-r-a00 you need beta-10 check old issues and you can find how to get hold of it. Best Peter

00h-i-r-a00 commented 7 years ago

@soulgalore Its working now, thanks a lot!