How to change default download folder while webdriver is running?
问题 I am downloading several different data sets and would like each file (or set) to download to a specific folder. I have learned how to change the download directories at these page: setting Chrome preferences w/ Selenium Webdriver in Python Change the default chrome download folder webdriver C# The problem is these methods only allow me to change the download directory when I open the webdriver. It takes a while to get to the download page so doing this is an ineffective solution. I've tried