Skip to content
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

Open
adieuadieu opened this issue Aug 28, 2017 · 5 comments
Open

Support for Headless Firefox #62

adieuadieu opened this issue Aug 28, 2017 · 5 comments
Assignees

Comments

@adieuadieu
Copy link
Owner

Mmmmm beheaded fire foxes.

@kyasbal
Copy link

kyasbal commented Oct 19, 2017

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 adieuadieu self-assigned this Oct 20, 2017
@defaul
Copy link

defaul commented Nov 30, 2017

@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.

@kyasbal
Copy link

kyasbal commented Nov 30, 2017

@defaul I haven't experiment by myself. But, I heared that Firefox browser have fallback feature when GPU is not available on the environment.

@mbruning24
Copy link

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!

@erotavlasme
Copy link

erotavlasme commented Aug 6, 2018

@defaul according to this yes.
@kyasbal-1994 there is a bug related to firefox.
Do you have updated information?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants
@adieuadieu @defaul @mbruning24 @kyasbal @erotavlasme and others