I used the following Chrome Options but without success I always get the warning message that says "This type of file can harm your computer..."
options = Chrome_Options()
options.add_argument('--safebrowsing-disable-download-protection')
options.add_argument('download.default_directory=C:\\temp')
Could it be that these preferences are obsolete ?
How can I successfuly manage to download a file automatically to a certain path ?
I know that this question looks like several other questions that were asked before but I have tried to use the answers in those questions and it didn't solve my problem. Seems like this has something to do with the Chrome version and probably the past solutions were fir to old Chrome versions
EDIT To sum it all up the problem is that in Chrome v74 the automatic download is performed but a certain security mechanism doesn't let me save it. I still didn't manage to overcome this. I have also tried ChromeDriver v75 (with Chrome v75) without success.