chrome-aws-lambda
chrome-aws-lambda copied to clipboard
[REQUEST] Puppeteer 13.1
What would you like to have implemented?
Upgrade for Puppeteer 13.1 along with necessary Chrome binaries
Why would it be useful?
There are quite some great extra features in there, along with WEBP image support for screenshots (which also came along thanks to an update in Chrome).
Is there any upgrade planned?
I would add my voice to this, it would be really nice to come to the latest version. Is there any technical challenge bumping to 13.x? I mean we are v10.x and do not even have 11 nor 12.
@Hideman85 Unfortunately yes, for the time being. 😞
- Version 11.x gives problems while compiling (related to Python tooling, I sort of gave up on trying to find a workaround).
- Version 12.x and above, can no longer render WebGL content on Lambda (due to a change in SwiftShader it seems).
I'm trying to figure out a workaround for the WebGL problem, but it's a very time-consuming process.
Thanks for the update, hope you will find a solution :slightly_smiling_face:
@alixaxel thanks for the update!
Hey guys, that would be great if you could invest some time on this issue. We've been experiencing errors with Puppeteer every week and that is just a matter of upgrading the package. So we kind of depend on this fix. Appreciate any help 👍🏼
@willianfalbo Check out #264