时间:2021/7/25 访问:178087
VG调用外部chrome浏览器时需要使用chromedriver.exe驱动,如果chrome版本升级了,VG内置的chromedriver.exe驱动程序没有及时更新的话可能会导致调用失败,大家可以根据自己电脑chrome版本下载相应的chromedriver.exe替换本地文件即可解决此问题。下载网址是:
https://registry.npmmirror.com/binary.html?path=chromedriver/
或
http://chromedriver.storage.googleapis.com/index.html
比如你的chrome已升级到92版,那么就选择92.0.4515.43版进入
下载chromedriver_win32.zip文件解压出来,里面只有一个chromedriver.exe文件,把它复制到VG的Components目录内替换原文件即可。