Puppeteer multiple file downloading allow
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?

