I used Windows 10 ChromeDriver with Selenium for several months and everything worked fine with my Python application. Today when I used may application I got the following error:
This version of ChromeDriver only supports Chrome version 78
I checked my chrome version and indeed it is now version 80 and not 78 anymore.
I downloaded ChromeDriver 80.0.3987.106. However, when I clicked on the chromdriver.exe, the command window opened and came with the following message:
Starting ChromeDriver 80.0.3987.106 ... on port 9515
Only local connections are allowed.
Please protect ports used by ChromeDriver and related test frameworks to prevent access by malicious code.
After displaying the above message, the command window got stuck and did not accept any keyboard inputs.