我编写了一个简单的代码,借助下面的Selenium从Excel-VBA打开浏览器;但是,我收到一条错误消息:“编译错误:未定义用户定义的类型”。
我试图转到参考并将WebDriver添加到我的Excel中,但是Excel中“工具”类别下的“参考”选项不可用。
Public Sub seleniumtutorial()
Dim bot As New WebDriver
bot.Start "internet explorer", "http://google.com"
bot.Get "/"
bot.TakeScreenshot.SaveAs (ActiveWorkbook.Path + "/screenshot.jpg")
bot.Quit
'quit method for closing browser instance.
End Sub
答案 0 :(得分:0)
每当看不到“引用”选项时,请尝试以管理员身份运行Excel。