I'm having a problem when launching Firefox from Selenium (using version 2.53.2). When I launch it using:
from selenium import webdriver
driver=webdriver.Firefox()
it launches, then straight away tries to close with a "Firefox has stopped working" error.
This has been working previously, I tried to uninstall and reinstall Firefox, but I'm still getting the same problem every time. I don't get the issue if I launch Firefox manually.