-
-
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
Unable to run selenium in AWS Lambda with Python 3.8 #295
Comments
@jiridj
you can see my Dockerfile here. https://github.com/umihico/docker-selenium-lambda |
Thanks @umihico! This is very helpful! |
@jiridj |
so did it work? |
Hi!
I'm having issues running headless chrome on AWS Lambda with the Python 3.8 runtime. I'm hoping you would have an idea why.
This is the exception I get, which according to StackOverflow typically points to incompatibilities between the two libraries above.
What would be the proper version of Chromedriver to run serverless chrome with Python 3.8?
Thanks!
The text was updated successfully, but these errors were encountered: