Closed yuisong closed 8 years ago
And today when I try to use firebug-2.0.8-fx.xpi+netExport-0.9b7.xpi+selenium to generate har files for history pages, they work smoothly, except that I cannot set names for the files. The all named web.archive.org+yyyy-mm-dd.har, hence I don't know which history page is which.
Edit
You need to set other settings for Firebug3 -alpha - x , see about:config and search : netexport .
You can use the JS API ? (window.NetExport.triggerExport(secretToken) ) ------>I am using java to write the script and I have tried to use the JS API, but it did not work.
You trying to generate HAR files using a proxy ? ------>And yes, because archive.org is blocked in China, so I have to use a VPN to get access to it.
You need to set other settings for Firebug3 -alpha - x , see about:config and search : netexport . ------>As the code I have mentioned before, I have set some default value. What else should I set?
Many thanks! Yui
ping @janodvarko ?
Florent
@yuisong set this:
And maybe timeout if you don't want to wait so many time (you have 60 seconds in miliseconds)
NOTE : I have troubles with FF40-Nightly and Firebug3-Alpha-12 and Proxy, I can't get the HAR file properly, see this for more information.
Can anyone test my changes? Do you want me to generate XPI?
Or you can: git clone https://github.com/firebug/firebug.next.git cd firebug.next jpm xpi
Honza
Or yes, please generate the XPI. I have not installed npm and jpm, so if possible, please generate it for me. I will test it.
Many thanks! Yui
Here is the XPI http://www.janodvarko.cz/temp/firebug/firebug-3.0.0-alpha.12.389.xpi
Honza
HAR export feature is now built in Firefox and there is also HARExportTrigger that exposes HAR API to the content. Please report any related issues in http://bugzilla.mozilla.org/ or https://github.com/firebug/har-export-trigger/
Honza
Hi, When I want to generate the har file of https://archive.org/, which is a library of history of millions of website pages, there are always some errors. I use firebug-3.0.0-alpha.12.xpi+FF for mac 37.0.2.
Here is the screenshot of firebug without Selenium (I have try to turn it into an English version, but I don't know how and finally can only provide a Chinese version. I hope you can understand what I mean)
Screenshot of firebug when using Selenium. As you can see, no export panel here. However, I can use my script to generate har files for other website, eg: www.google.com. Just no output for history pages from archive.org :(
The output of the viewer when analysing the home page:
And here is some of my code:
3.What will happen if the url I getting is redirected to another url? Will the har file of another pages be generated? Or the redirection will be included in the har log file?
Can you have a look at it?
Many thx!
Yui