Open piotrekjaromin opened 7 years ago
Note that Firebug is officially discontinued and unmaintained and with it the ConsoleExport extension.
There's a request to add that feature to the Firefox DevTools. Unfortunately, the request seems to be stale, but maybe someone could be encouraged to integrate that feature into the DevTools or to revive this extension to work with the DevTools.
Sebastian
I know that there are Firefox DevTools by default, but you can disable it, and run the old firebug with consoleExport before start firefox.
The old consoleExport 0.5b6 is unsigned, so I cannot install it on normal firefox 55 or 56, but in firefox 56 nightly I can disable verification of unsigned adsons. After that (disable Firefox DevTools, run old addon firebug 2.0.18 and disable verification of unsigned addons), the consoleExport 0.5b6 with autoexport log work very well, and in version 0.6b1 doesn't work.
Also, in firefox 36 (there is no Firefox DevTools) autoexport log in consoleExport 0.5b6 work perfect and consoleExport 0.6b1 doesn't work.
So Is there a chance to sign consoleExport 0.5b6 or correct the version 0.6b1?
You can use an unbranded version of Firefox to install the old version.
So Is there a chance to sign consoleExport 0.5b6 or correct the version 0.6b1?
Not an official one, though as ConsoleExport is open source, you can fix the code yourself. The changes between 0.5b6 and the latest commit are here: https://github.com/firebug/consoleexport/compare/279c68df9517b1cb1598a54329c2353d9de31513...master
Sebastian
Hi in version 0.5b6 with firefox 36 autoexport log work perfectly, but in new version (0.6b1) doesn't work at all neither with firefox 36 nor with firefox 55. How I'm using this plugin: profile.setPreference("extensions.firebug.consoleexport.active", true); profile.setPreference("extensions.firebug.consoleexport.defaultLogDir", FIREBUG_LOG_PATH); profile.setPreference("extensions.firebug.consoleexport.logFilePath", firebugLogFileName);
Firefox version 55 Selenium 3.6 Firebug 2.0.19 Java 8