Mozilla Support में खोजें

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

I installed Firefox 36 recently. The next moment my selenium webdriver stopped working. Its not interacting with Firefox. Any help or suggession is appreciated

  • 3 प्रत्युत्तर
  • 1 यह समस्या है
  • 1 view
  • के द्वारा अंतिम प्रतियुतर guigs

more options

Firefox console output: eded 1425028216634 addons.xpi-utils DEBUG XPI Database saved, setting schema version preference to 16 1425028216634 addons.xpi DEBUG Notifying XPI shutdown observers 1425028216638 addons.manager DEBUG Async provider shutdown done 1425028217098 addons.manager DEBUG Loaded provider scope for resource://gre/modules/addons/XPIProvider.jsm: ["XPIProvider"] 1425028217099 addons.manager DEBUG Loaded provider scope for resource://gre/modules/LightweightThemeManager.jsm: ["LightweightThemeManager"] 1425028217102 addons.xpi DEBUG startup 1425028217103 addons.xpi INFO Mapping fxdriver@googlecode.com to C:\Users\abacies\AppData\Local\Temp\anonymous5211925426234936626webdriver-profile\extensions\fxdriver@googlecode.comvider

Firefox console output: eded 1425028216634 addons.xpi-utils DEBUG XPI Database saved, setting schema version preference to 16 1425028216634 addons.xpi DEBUG Notifying XPI shutdown observers 1425028216638 addons.manager DEBUG Async provider shutdown done 1425028217098 addons.manager DEBUG Loaded provider scope for resource://gre/modules/addons/XPIProvider.jsm: ["XPIProvider"] 1425028217099 addons.manager DEBUG Loaded provider scope for resource://gre/modules/LightweightThemeManager.jsm: ["LightweightThemeManager"] 1425028217102 addons.xpi DEBUG startup 1425028217103 addons.xpi INFO Mapping fxdriver@googlecode.com to C:\Users\abacies\AppData\Local\Temp\anonymous5211925426234936626webdriver-profile\extensions\fxdriver@googlecode.comvider

All Replies (3)

more options

In order to troubleshoot the drivers, what indications do you see that are disabling the web driver?

Safe Mode will disable hardware acceleration, however if there is an available upgrade for the driver try:

more options

Thanks for the support. No particular indication after disabling the web drive. After the firefox 36 installation, the selenium webdriver which was working fine with all previous firefox versions stopped interacting with firefox 36. I guess this wouldn't support Selenium Webdriver. I am working with selenium eclipse - Luna version. I have uninstalled the firefox 36 and installed 35.1 now its working good. But in firefox 36, what should i do to have a perfect interation of my webdriver and firefox?

more options

https://code.google.com/p/selenium/is.../detail?id=8399 Looks like they changed it to version 2.45.

Are your java libraries up to date?