5

I have WebDriver 2.41 and Firefox 28 and when my test creates instance of FirefoxDriver I see the following strings in console:

*** LOG addons.manager: Application has been upgraded
*** LOG addons.xpi: startup
*** LOG addons.xpi: Skipping unavailable install location app-system-local
*** LOG addons.xpi: Skipping unavailable install location app-system-share
*** LOG addons.xpi: checkForChanges 
.................

How I can turn off this logging?

user1590561
  • 583
  • 2
  • 6
  • 17
  • Can you please provide more information? E.g.: are you using any 3rd party testing framework. If you are using any testing framework, in their documents, you should be able to find how to turn off logging. – Yu Zhang Jan 08 '15 at 22:54

1 Answers1

1

Your Firefox version is upgraded which is not supported by Selenium. So downgrade to version 28. It will work fine.

You can download the required version of firefox from here:

To stop updating the firefox automatically, uninstall the Mozilla Maintenance Service ( in Windows) & in Tools -> Options -> Advanced -> Updates Tab, disable 'updates checking for addons & firefox'

Best,

Anton

Dan Beaulieu
  • 19,406
  • 19
  • 101
  • 135
Anton Angelov
  • 1,705
  • 13
  • 16