thomasdondorf / puppeteer-cluster

Puppeteer Pool, run a cluster of instances in parallel
MIT License
3.2k stars 307 forks source link

Support to new puppetter versions #522

Closed webmip closed 1 year ago

webmip commented 1 year ago

Since puppeteer: v20.0.0 some changes were introduced like the use of "headless: new". This will not work with puppeteer cluster because is expecing true or false.

¿Is there any plan to keep supporting?

Thanks

webmip commented 1 year ago

I forget the "" you can actually pass the new value.

headless: "new",