火狐硒vba中的配置文件

时间:2018-09-18 13:10:46

标签: vba selenium selenium-webdriver access-vba

早上好, 我正在尝试通过使用vba打开硒来将配置文件保存在firefox上,但是不幸的是它没有被使用。我希望您不要在我打开网站时总是要求输入ID和密码。你能帮助我吗?这是我使用的代码。

DoCmd.SetWarnings (WarningsOff)
Dim bot As New FirefoxDriver
bot.SetProfile ("C:\Users\max21\AppData\Roaming\Mozilla\Firefox\Profiles\profile1"), True
bot.Get "https://www.google.com"

我想使用firefox上存储的配置文件打开硒

0 个答案:

没有答案