selenium.common.exceptions.SessionNotCreatedException: Message: session not created: This version of

selenium.common.exceptions.SessionNotCreatedException: Message: session not created: This version of ChromeDriver only supports Chrome version 
通常浏览器升级后,没有对应更新驱动,在运行程序时就会报错SessionNotCreatedException,就是驱动不支持浏览器版本,这时候就需要更新浏览器驱动
进入驱动网址:http://npm.taobao.org/mirrors/chromedriver/,下载对应版本的谷歌驱动
下载后放在Python文件夹下面即可。

上一篇:(Spring Boot) 使用@Scheduled定时器任务


下一篇:Spring Boot入门(三):使用Scheduled注解实现定时任务