har-export-trigger
har-export-trigger copied to clipboard
Trigger HAR export any time directly from within a page.
As of January 1 2019, Mozilla requires that all GitHub projects include this [CODE_OF_CONDUCT.md](https://github.com/mozilla/repo-templates/blob/master/templates/CODE_OF_CONDUCT.md) file in the project root. The file has two parts: 1. Required Text - All text...
I am using the plugin with Selenium and Firefox 65 in python. The HAR harvest script is working if I am able to get any response from remote http server....
Hi, I'm using FF 64.0 + geckodriver 0.23.0. FF is started with `-devtools` option and `devtools.toolbox.selectedTool` is set to `netmonitor`. Executed JS: ``` HAR.triggerExport().then(log => { console.log(log); }); ``` HAR...
Hi, I'm trying to export HAR files automatically for each page that I visit. I've modified the following options through about:config but Firefox isn't generating any output files. * devtools.netmonitor.har.enableAutoExportToFile:...
We have the most recent Firefox, most recent geckodriver, most recent har-export-trigger extension and are having trouble getting the Har File for a given webpage. Below is a script we...
I am performing selenium tests and use a firefox instance that is part of a docker image. Therefore I cannot just 'open firefox' and 'click here' and 'click there'. I...
Hi @soulgalore, @janodvarko Can you help me out on this? Using this script, var options = { token: "test", fileName: "my test har file %Y, %H:%M:%S" // Name of the...
Hi @janodvarko one thing that I miss is to be able to create a HAR over multiple different pages. The use case is that we want to measure multiple pages...
Example : http://www.onedoortrail.hu/ I solved the problem by writing the functions that Map() used as obj.(in harapi.js) var obj = { get: function(id){ for(var i=0;i
Hi @janodvarko, We successfully launched our product using har-export-triggerExport-0.6.1 and it's been used by our customers. All credit goes to you for providing this super cool new plugin which uses...