selenium.common.exceptions.WebDriverException: Message: connection refused

前端 未结 7 555
野趣味
野趣味 2020-11-30 09:14

Here is my code:

from selenium import webdriver

browser = webdriver.Firefox()

browser.get(\'http://www.python.org\')

browser.close()

It

相关标签:
7条回答
  • 2020-11-30 09:45

    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.

    0 讨论(0)
提交回复
热议问题