Selenium和VBA内存错误7

时间:2018-09-21 11:35:14

标签: excel vba selenium

我已经从Git安装了SeleniumWrapper,并且每当尝试启动最简单的代码时,我都会一直收到此错误7。我还安装了最新的chromedriver并放入了selenium文件。如果我使用chrome或其他任何Web浏览器,就会出现问题。

这是代码:

Dim bot As New WebDriver
bot.Start "chrome"
bot.Window.Maximize
bot.Get "website"


Application.Wait Now + TimeValue("00:00:02")
 bot.FindElementByCss("#USERNAME").SendKeys ("ok")






End Sub

0 个答案:

没有答案