简体   繁体   中英

ChromeDriver Not Working Even After Updating to Latest Version

A couple of months ago Selenium worked flawlessly, but when I ran my program this morning it was not working. The current Chrome browser version is 102.0.5005.63. I downloaded the the latest version of ChromeDriver (ChromeDriver 102.0.5005.61) and restarted the computer. I am still getting the same error message:

" This version of ChromeDriver only supports Chrome version 100 Current browser version is 102.0.5005.63 with binary path...[insert path here] "

I have placed the ChromeDriver on my desktop, in the folder that the Python file is contained in, and in the binary path where Chrome is stored. Nothing changes; I always get the same error message.

Does anyone have any insight into this?

Thank you

I came accross the exact same issue but with nodejs. the way I fixed it was deleting the node_modules folder then reinstalling all dependicies , maybe you can do something similar like that to see if it works

我想出了同样的问题,并通过更新所有相关的包来解决它。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM