火狐瀏覽器設置下載時不彈出提示窗口
profile = webdriver.FirefoxProfile()
profile.set_preference(“browser.helperApps.neverAsk.saveToDisk”,”application/octet-stream”)
driver = webdriver.Firefox(Firefox_profile=profile)
profile = webdriver.FirefoxProfile()
profile.set_preference(“browser.helperApps.neverAsk.saveToDisk”,”application/octet-stream”)
driver = webdriver.Firefox(Firefox_profile=profile)
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。