使用 Selenium.EdgeDriver 的自动化错误

Automation error using Selenium.EdgeDriver

提问人:Rafiq Imran 提问时间:9/18/2023 最后编辑:braXRafiq Imran 更新时间:9/18/2023 访问量:27

问:

在运行以下代码时。

Dim edge As New Selenium.EdgeDriver
Dim By As New By
Dim smartbuyURL As String
smartbuyURL = "http://bayer-t.procurement-eu.ariba.com" 'PROD: http://bayer.procurement-eu.ariba.com

With edge
    .Get smartbuyURL
    End With

在这里,我已经按照最新版本完成了所有安装,并且在运行“EdgeDrvier.exe”时,它

在运行代码边缘或镶边时说“Edge WebDriver 已成功启动”。

VBA Selenium-WebDriver 错误处理

评论

0赞 JohnM 9/18/2023
不清楚你的问题是什么......您能否尝试澄清一下,如果您在代码运行时遇到错误,错误的编号和确切文本是多少(“成功启动”听起来不像错误)?
0赞 user10186832 9/19/2023
该代码对我有用,它会出现一个登录屏幕。
0赞 user10186832 9/19/2023
欢迎拉菲克!请花一些时间阅读 Stack Overflow 的介绍并获得您的第一个徽章。我们与其他网站略有不同。方法如下...stackoverflow.com/tour

答: 暂无答案