Python selenium: WinError 10053 - host is shutting connection down Python selenium: WinError 10053 - host is shutting connection down selenium selenium

Python selenium: WinError 10053 - host is shutting connection down


I got the same problem, my config is: Firefox 60.0.2 (64 bits) ; geckodriver 0.21.0 ( 64 bits) ; selenium 3.12.0

I resolved this problem by downgrade geckodriver to 0.20.1 ( 64 bits)


I had the same problem and tried solutions that were mentioned here but nothing helped me. In the end, it was a very simple solution:

copy the script and the geckodriver to a different folder, and then run it from there. I suppose that in the folder where I always worked I had logs that generated conflicts and that's why this solution worked.