I got this exception when I want to use FireFox webdriver
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.
I read this question and updated my selenium, but I already have the same problem.
my code :
driver = webdriver.Firefox()
time.sleep(5)
driver.get('http://www.example.com')
UPDATE
I read this question
and now I have this error
OSError: [Errno 20] Not a directory
Exception AttributeError: "'Service' object has no attribute 'process'" in <bound method Service.__del__ of <selenium.webdriver.firefox.service.Service object at 0x407a690>> ignored