公司将浏览器名称更改为XYZFirefox.exe。从那时起,我的代码出现错误。 “无法在注册表中找到Firefox.exe”。我正在用简单的代码再次尝试。重命名exe是否会影响它?我想先将其排序后再发送给我们的IT部门。谢谢
Dim bot As New FirefoxDriver
Dim url As String
url = "https://google.com"
bot.Get url
答案 0 :(得分:0)
您可以指定二进制文件的路径:
Dim bot As New FirefoxDriver
bot.SetBinary("path to your custom Firefox")