Python: Selenium Firefox Webdriver failing with error: 'Can't load the profile…WARN addons.xpi…\"

跟風遠走 提交于 2019-12-03 22:11:25

Selenium 2.35 is not compatible with Firefox 26. As the release notes say, FF 26 support was added in Selenium 2.39. You need to update to 2.39. Try pip install -U selenium instead.

Not sure if it works fine on Windows too, but for me the combination of Firefox 26 and selenium 2.37.0 works fine.

I also have this issue in Win8.1 FF28 and python3.4/selenium 2.41. But after I degraded FF to 24, it worked! And I also tested in Win8.1/FF27/Python3.4/Selenium 2.41, it worked too.

I just ran into the same thing with FF36 and selenium 2.44.0. Re-installing FF 32.0 fixed it.

I've experienced the same problem on my Kubuntu 14.04 desktop, I removed the Firefox 47.XX and re-installed Firefox 45.XX and the problem resolved.

Download firefox debian package

  • apt-get purge firefox
  • dpkg -i firefox-XXXXXXXXXX.deb
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!