发现自己的selenium项目跑不起来了
效验驱动版本
下载链接(可能需要魔法)
https://registry.npmmirror.com/binary.html?path=chromedriver/
https://googlechromelabs.github.io/chrome-for-testing/
找到驱动位置
1. 默认安装路径:Chrome驱动通常会默认安装在系统的默认路径中。在Windows上,默认路径为`C:\Program Files (x86)\Google\Chrome\`,在macOS上,默认路径为`/Applications/Google Chrome.app/Contents/MacOS/`
2. cmd 输入
where chromedriver.exe
把下好的解压出来替换原来的就可以了
如果发现提供下载的版本不对可能需要自己拼接
这个需要尝试几次不一定有下载版本
好了只要版本对了,就不会有大问题啦
selenium,启动!