说两个问题
1、
selenium.common.exceptions.WebDriverException: Message: 'chromedriver' executable needs to be in PAT
原因没有找到webdriver运行程序,路径不对或者根本就没有下载
下载地址:https://sites.google.com/a/chromium.org/chromedriver/downloads
2、Chrome version must be 70 and 73
原因是本地浏览器版本与webdriver不匹配
版本较低需要升级
升级后正常