Shivani Mangaleswaran
Shivani Mangaleswaran
> Can you reproduce it without a Docker (on a Linux host)? It is indeed harder to reproduce without docker. It fails more often in the docker container, but it...
> So looks like there is a race condition in Chrome between loading extensions and opening DevTools. What I noticed is that navigating to a new page makes the extension...
@OrKoN Of course! We do in fact use puppeteer launch. [Here](https://github.com/Vorelli/reproducible-puppeteer-bug/blob/7726601fcd6adbafa8c5d7308ce5099ecb800b75/src/index.ts#L57) it is in the reproducible code and here are the [launch options](https://github.com/Vorelli/reproducible-puppeteer-bug/blob/7726601fcd6adbafa8c5d7308ce5099ecb800b75/src/index.ts#L30) I ran the puppeteer debug on the...
@OrKoN My bad! I am able to install and launch a @puppeteer/browser easily using CLI. I've followed the docs and created a browser `Process` using `launch()`, but I could use...
@OrKoN Thanks again for looking into this! I tried the latest version of puppeteer v21.6.0 and I'm still seeing this issue. Do you have any idea about when we can...
@OrKoN We use slowMo to give us enough time to download HAR files from the browser. You're right when we disabled slowMo, the issue was not reproducible. However, disabling slowMo...
@OrKoN We updated our application to Node 20 and tried the latest version of puppeteer, but still have the issue of our extensions not being able to run reliably with...