Python Forum
ERR_CONNECTION_CLOSED - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Web Scraping & Web Development (https://python-forum.io/forum-13.html)
+--- Thread: ERR_CONNECTION_CLOSED (/thread-27302.html)



ERR_CONNECTION_CLOSED - Tanjeel - Jun-02-2020

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?


RE: ERR_CONNECTION_CLOSED - Larz60+ - Jun-03-2020

More details please


RE: ERR_CONNECTION_CLOSED - Tanjeel - Jun-03-2020

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


RE: ERR_CONNECTION_CLOSED - Larz60+ - Jun-03-2020

did you download the proper version here: https://chromedriver.chromium.org/downloads ?
driver needs to be same version as your chrome version.