答案 0 :(得分:0)
我已经解决了,可以通过在声明部分声明驱动程序来解决
Private bot As New Selenium.ChromeDriver
Sub Test1()
bot.get "https://www.google.com"
End Sub
Sub Test2()
bot.get "https://www.facebook.com"
End Sub
Sub QuitBott()
bot.Quit
Set bot = Nothing
End Sub
但是我欢迎任何其他解决方案