I have a suite of selenium live server tests that have been running
fine (django 1.6, python 2.7, centos 6.5). The host they were running
on died and I moved them to a new host. They are failing there with:

ERROR: setUpClass
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/local/motor/motor/app/cdsem/tests/testEventsTableLive.py",
line 25, in setUpClass
    cls.selenium = WebDriver()
  File 
"/usr/lib/python2.6/site-packages/selenium/webdriver/firefox/webdriver.py",
line 59, in __init__
    self.binary, timeout),
  File 
"/usr/lib/python2.6/site-packages/selenium/webdriver/firefox/extension_connection.py",
line 47, in __init__
    self.binary.launch_browser(self.profile)
  File 
"/usr/lib/python2.6/site-packages/selenium/webdriver/firefox/firefox_binary.py",
line 66, in launch_browser
    self._wait_until_connectable()
  File 
"/usr/lib/python2.6/site-packages/selenium/webdriver/firefox/firefox_binary.py",
line 100, in _wait_until_connectable
    raise WebDriverException("The browser appears to have exited "
WebDriverException: Message: The browser appears to have exited before
we could connect. If you specified a log_file in the FirefoxBinary
constructor, check it for details.

The old box was running Firefox 24.3.0 and the new one is running
31.2.0. Could that have anything to do with it? Anyone ever seen this
and/or know what I can do to fix it?

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CACwCsY6Ohys3iWh6Qk5CC4yfNUWxHLYxCZF%2BO78-7K3hSUduRQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to