Script stoped working after upgrading Firefox 36.0

402 views
Skip to first unread message

Manuel Gonzalez

unread,
Feb 26, 2015, 6:11:30 AM2/26/15
to seleniu...@googlegroups.com
After upgrading to Firefox 36.0 I get this:

>>> from selenium import webdriver
>>> from selenium.webdriver.firefox.firefox_binary import FirefoxBinary
>>> binary = FirefoxBinary("/usr/bin/firefox")
>>> driver = webdriver.Firefox(firefox_binary=binary)

Traceback (most recent call last):
  File "<pyshell#3>", line 1, in <module>
    driver = webdriver.Firefox(firefox_binary=binary)
  File "/usr/lib/python2.7/site-packages/selenium/webdriver/firefox/webdriver.py", line 59, in __init__
    self.binary, timeout),
  File "/usr/lib/python2.7/site-packages/selenium/webdriver/firefox/extension_connection.py", line 47, in __init__
    self.binary.launch_browser(self.profile)
  File "/usr/lib/python2.7/site-packages/selenium/webdriver/firefox/firefox_binary.py", line 66, in launch_browser
    self._wait_until_connectable()
  File "/usr/lib/python2.7/site-packages/selenium/webdriver/firefox/firefox_binary.py", line 105, in _wait_until_connectable
    raise WebDriverException("Can't load the profile. Profile "
WebDriverException: Message: Can't load the profile. Profile Dir: %s If you specified a log_file in the FirefoxBinary constructor, check it for details.

NOTE: Using Python and linux.

Firefox windows opens but nothing more.

Shawn McCarthy

unread,
Feb 26, 2015, 9:43:02 AM2/26/15
to seleniu...@googlegroups.com
I believe you should wait for the 2.45.0 release. 2.44.0 doesn't support Firefox 36.

gangula narendar

unread,
Mar 7, 2015, 11:21:16 PM3/7/15
to seleniu...@googlegroups.com
Even for me also after upgrade it is not working....

timhu...@gmail.com

unread,
Mar 7, 2015, 11:23:19 PM3/7/15
to seleniu...@googlegroups.com
Rollback to Firefox 35.0 and see if it works again. There is some issue with Firefox 36.0 and Selenium 2.44.0. See https://code.google.com/p/selenium/issues/detail?id=8399

Vikram

unread,
Mar 10, 2015, 6:23:55 AM3/10/15
to seleniu...@googlegroups.com
some more relevant info can be found from thread "FF 36 + Selenium 2.45.0 = SSSLLLOOOWWW"
Reply all
Reply to author
Forward
0 new messages