SessionNotCreatedException: Message: session not created: This version of ChromeDriver only supports Chrome version 74 though Chrome v74 is installed

后端 未结 4 387
爱一瞬间的悲伤
爱一瞬间的悲伤 2021-01-19 16:23

I am starting to play around with selenium in python, and when i try to run this code it just pops an error that this version of chromedriver only supports version 74 of chr

4条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-01-19 17:25

    Run a search on your computer for "chromedriver" files, then delete all the searched files and copy the latest driver in your desired driver folder. This will solve the issue.

提交回复
热议问题