CA
loud-coral
Puppeteer multiple file downloading allow
Hello, scrapers!!!
I am just using puppeteer for scraping and also for pdf downloading. Sometimes if the file downloading delays, it shows me 'Multiple File Downloading' notification.
Of course I could mannually allow the multiple file downloading, but I want to set this setting when the puppeteer test browser opens. Does anybody have solution to solve this problem?

1 Reply
Hi @{JSON} I had just put the popup text to the google and found this stackoverflow thread, does any of the answers work for you? https://stackoverflow.com/questions/54919514/puppeteer-chrome-allow-multiple-file-download
Stack Overflow
Puppeteer chrome allow multiple file download
I am trying scrape one site will multiple pdf files. But after downloading the first one, chrome asks me to allow the site to download multiple files.
Can we allow this while launching the browser...