Puppeteer/chromium on Mac chronically prompting “accept incoming network connection?”
We were having the same issue after upgrade our puppeteer and MacOS. One solution we have is to instruct puppeteer to use our own Chrome instead of the bundled chromium by specifying the executablePath. Below is a Typescript snippet how we specify it. Same thing if you use vanilla JS. Sometimes that still is not … Read more