Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ConsoleExport 0.6b1 - autoexport log not working #24

Open
piotrekjaromin opened this issue Nov 7, 2017 · 3 comments
Open

ConsoleExport 0.6b1 - autoexport log not working #24

piotrekjaromin opened this issue Nov 7, 2017 · 3 comments

Comments

@piotrekjaromin
Copy link

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

@SebastianZ
Copy link
Member

SebastianZ commented Nov 7, 2017

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

@piotrekjaromin
Copy link
Author

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?

@SebastianZ
Copy link
Member

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:
279c68d...master

Sebastian

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants