I'm using selemium chromedriver with python, and I need it to download automatically large amount of files, the problem is that chrome asks to allow multiple downloads, is there a way to block chrome from asking me that and automatically allow multiple downloads?
Asked
Active
Viewed 1,268 times
1
-
https://stackoverflow.com/questions/15817328/disable-chrome-download-multiple-files-confirmation – Mohamed Sulaimaan Sheriff Aug 28 '20 at 10:22
-
Does this answer your question? [Disable chrome download multiple files confirmation](https://stackoverflow.com/questions/15817328/disable-chrome-download-multiple-files-confirmation) – AMC Aug 28 '20 at 10:53
-
I saw this - but I could't figure out how to translate those commands to python(I am new to Selenium) – user2207686 Aug 28 '20 at 11:24