selenium中文文档=》https://python-selenium-zh.readthedocs.io/zh_CN/latest/
Python3+selenium3+Firefox 无界面模式 设置浏览器headless模式运行+下载文件=》https://www.jianshu.com/p/ab09441cbc07
Firefox Chrome下载文件:https://www.cnblogs.com/jshtest/p/6245470.html
xml txt下载:https://www.cnblogs.com/william126/p/7495238.html
fp.set_preference("browser.helperApps.neverAsk.saveToDisk", "application/pdf") pdf格式
fp.set_preference('browser.helperApps.neverAsk.saveToDisk', 'application/octet-stream') exe模式
# 参数 application/octet-stream 表示下载exe文件无需弹窗确认,直接下载