码迷,mamicode.com
首页 > 编程语言 > 详细

Python Selenium set Chrome Preference Download Location.

时间:2018-11-29 16:38:44      阅读:330      评论:0      收藏:0      [点我收藏+]

标签:drive   nload   soft   family   font   sele   style   rect   pre   

def set_chrome_pref(self):
chromeOptions = webdriver.ChromeOptions()
prefs = {"download.default_directory": ‘des_dir‘}
chromeOptions.add_experimental_option("prefs", prefs)
driver = webdriver.Chrome(chrome_options=chromeOptions)

Python Selenium set Chrome Preference Download Location.

标签:drive   nload   soft   family   font   sele   style   rect   pre   

原文地址:https://www.cnblogs.com/Raul2018/p/10038822.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!