-
-
Notifications
You must be signed in to change notification settings - Fork 282
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for Headless Firefox #62
Comments
I love this feature. We can't emulate WebGL stuff on Headless Chrome right now. However, I guess firefox might emulate them on CPU. There are many useful situations! |
@adieuadieu @kyasbal-1994 does serverless-chrome have WebGL support? And in general is it possible to use WebGL in lambda? I kind of know the answer but just want to be sure. |
@defaul I haven't experiment by myself. But, I heared that Firefox browser have fallback feature when GPU is not available on the environment. |
Was able to successfully build and run headless Firefox 61.0.1 on the ami lambdas use with a slightly modded version of these instructions (https://gist.github.com/joekiller/4144838) Have to supply the correct wget url for the Firefox tar file and then bump gtk from 2.24 to 3.4.2 I started following this gist (https://gist.github.com/smithclay/7852bfdbf565ba6fe0601b0e2d01b56b) to try and get it running on lambda, but I’m just shy of making it actually run through to completion. It seems that I might not have the shared binaries in the right places. Any chance anyone is working on this? My team is very interested in using headless browsers to run selenium on lambda. My other option is spot fleet containers and... well... ick... would rather be Serverless! |
@defaul according to this yes. |
Mmmmm beheaded fire foxes.
The text was updated successfully, but these errors were encountered: