当前位置:  开发笔记 > 编程语言 > 正文

通过Selenium VBA启动Chrome时出现问题

如何解决《通过SeleniumVBA启动Chrome时出现问题》经验,为你挑选了1个好方法。



1> Unicco..:

我通过安装最新的ChromeDriver并将.exe文件替换为位于AppData中的文件来解决此问题。

要求

下载并安装SeleniumBasic VBA,并在VBA编辑器中设置参考(https://florentbr.github.io/SeleniumBasic/)

脚步

    从以下位置下载最新的WebDriver:https://sites.google.com/a/chromium.org/chromedriver/downloads

    打开文件夹C:\ Users \ Username\ AppData \ Local \ SeleniumBasic

    用现有文件替换chromedriver.exe

现在,下面的示例代码可以按预期工作

Sub driver()
    Dim selenium As New selenium.WebDriver

    selenium.Start "chrome", "http://google.com"
    selenium.Get "/"

End Sub

推荐阅读
mylvfamily
这个屌丝很懒,什么也没留下!
DevBox开发工具箱 | 专业的在线开发工具网站    京公网安备 11010802040832号  |  京ICP备19059560号-6
Copyright © 1998 - 2020 DevBox.CN. All Rights Reserved devBox.cn 开发工具箱 版权所有