一年多来,我一直很高兴在Excel文档中使用Selenium代码。在过去几周,它停止工作,它打开浏览器但不打开网页。代码触发应用程序错误并中止。它不是同一个错误,但无论我使用的是Chrome,Firefox还是IE,它都是几乎相同的行为。
这是我正在使用的代码:
idea.log
或者...
Dim driver As New Selenium.WebDriver
driver.Start "firefox", "http://google.com"
任何人都可以帮我调试这种烦人的行为吗?
Muchas gracias。
答案 0 :(得分:0)
OK!我想通了,感谢这个链接: https://github.com/florentbr/SeleniumBasic/issues/128 管理下载最新版本的 Chrome驱动程序 http://chromedriver.storage.googleapis.com/index.html?path=2.24/
看起来没有针对Firefox的等效修复,必须回滚到版本46.希望更新将会发布,但与此同时,我很高兴至少拥有一个浏览器再次工作。
干杯。