gpt4 book ai didi

firefox - Selenium firefox 配置文件设置不正确

转载 作者:行者123 更新时间:2023-12-02 16:59:17 25 4
gpt4 key购买 nike

我有以下代码片段。我希望pdf文件自动保存到目录中。

profile = Selenium::WebDriver::Firefox::Profile.new
profile['browser.download.dir'] = "//Users/mmuenster/www/pc_interface/pdf_downloads"
profile['browser.download.folderList'] = 2
profile['browser.helperApps.neverAsk.saveToDisk'] = 'application/pdf'

driver = Selenium::WebDriver.for :firefox, :profile => profile
driver.manage.window.maximize

但是,尽管 Firefox 中的“about:config”显示已设置此选项,但当我进入 Firefox 中的首选项和应用程序时,pdf 已设置为“在 Firefox 中预览”。

有什么问题吗?

谢谢

最佳答案

我发现了这个问题。我升级到 Firefox 19,内置了 pdfjs 插件。解决方案是添加以下内容

profile['pdfjs.disabled'] = true

这有效!

关于firefox - Selenium firefox 配置文件设置不正确,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15122332/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com