Python Forum

Full Version: ERR_CONNECTION_CLOSED
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I was trying to download chrome webdriver but it shows ERR_CONNECTION_CLOSED
I'm trying for like 3-4 hrs I thought connection problem at first but it isn't
what could be the reason?
More details please
I was trying to learn to work with selenium. As I finished a tutorial I tried to do it for my self. So I installed selenium through pip then I needed webdriver so I tried downloading chrome webdriver but then every time I tried to download it it shows ERR_CONNECTION_CLOSED while I can access other websites without any difficulty
did you download the proper version here: https://chromedriver.chromium.org/downloads ?
driver needs to be same version as your chrome version.