You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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