【selenium】下载文件]


Chrome浏览器实现文件下载,需要通过 add_experimental_option 添加 prefs 参数。

prefs = {
    'profile.default_content_settings.popups': 0,
    'download.default_directory': '此处填下载路径'
}

## profile.default_content_settings.popups:0 禁止弹出窗口。

Author: Polaris119
Reprint policy: All articles in this blog are used except for special statements CC BY 4.0 reprint polocy. If reproduced, please indicate source Polaris119 !
评论
  TOC