试图改变下载路线的Im利用Selenium 和Im。 但这要么是:
prefs = {"download.default_directory": "C:\Users\personal\Downloads\exports"}
options.add_experimental_option("prefs", prefs)`
或
options.add_argument("--download.default_directory --C:\Users\personal\Downloadsexports")`
没有工作。
首先,我也发现了错误。
from invalid argument: unrecognized chrome option: prefs
谁能帮助?