Selenium unexpectedly having issues

后端 未结 1 471
清歌不尽
清歌不尽 2020-12-28 15:48

I have been using selenium now for a while on a number of projects.

With code that was running I am now receiving the following error:

    C:\\Users\         


        
相关标签:
1条回答
  • 2020-12-28 16:32

    After having a quick look at the source code, I think this is a compatibility issue between ChromeDriver and Chrome itself - I suspect your Chrome auto-updated and now is too new for ChromeDriver 2.10.

    In other words: update ChromeDriver, latest is currently 2.19.

    0 讨论(0)
提交回复
热议问题