支持selenium的chrome driver更新到147.0.7727.56
最近chrome释放新版本:147.0.7727.56如果运行selenium自动化测试出现以下问题,是需要升级chromedriver才可以解决的。selenium.common.exceptions.SessionNotCreatedException: Message: session not created: This version of Chr

