Here is my code:
from selenium import webdriver browser = webdriver.Firefox() browser.get(\'http://www.python.org\') browser.close()
It
Had the same issue. Thought it was proxy or port related (to no avail) but what solved my problem was just simply updating Firefox. I was running 52.0.xxx and updated to 57.0.2. Link here.
52.0.xxx
57.0.2