Open alex4200 opened 6 years ago
Hi @alex4200 if you are using later versions of Firefox you need to use https://github.com/devtools-html/har-export-trigger to get the HAR. If I remember correctly firebug/har-export-trigger only works in FF 54 or earlier.
For copying/installing the plugin in Docker, you can mount the plugin from the outside of the container and add the extension something like this, (that is NodeJS of Selenium but it should be something like that in Python too).
Best Peter
I tried the description given in the main page: http://www.softwareishard.com/blog/har-export-trigger/
and created the following script:
I downloaded the extension from this page and put it into the firefox extension folder (which I need to do later as the tests are running inside a docker image. So I need a way to copy and enable an extension without any firefox GUI), renamed as
harexporttrigger@getfirebug.com.xpi
However, after running the script, no
har
file or folder is being created.