我正在自动化一个 Web 应用程序,该应用程序在单击链接时下载 .rdp 文件。
我添加了以下代码来设置配置文件,
System.setProperty("webdriver.gecko.driver", "K://Automation//geckodriver-v0.26.0-win64//geckodriver.exe"); DesiredCapabilities cap = DesiredCapabilities.firefox(); FirefoxProfile firefoxProfile = new FirefoxProfile(); firefoxProfile.setPreference("browser.helperApps.alwaysAsk.force",false) firefoxProfile.setPreference("browser.download.folderList",2); firefoxProfile.setPreference("browser.download.manager.showWhenStarting",false); firefoxProfile.setPreference("browser.download.dir","K:\Automation"); firefoxProfile.setPreference("browser.download.downloadDir","K:\Automation"); firefoxProfile.setPreference("browser.download.defaultFolder","K:\Automation"); firefoxProfile.setPreference("浏览器。
2.我仍然收到这个提示,firefox 提示