docker-selenium-lambda icon indicating copy to clipboard operation
docker-selenium-lambda copied to clipboard

The simplest demo of chrome automation by python and selenium in AWS Lambda

Results 19 docker-selenium-lambda issues
Sort by recently updated
recently updated
newest added

I'm getting the following error message. It doesn't happen all the time. It's never happened before until today. Any ideas would be much appreciated. Do I need to change anything...

This is probably a silly question but how do I get the docker image into lambda. I selected container option and tried copying your link but says it doesn't work

The image works fine initially but the more I run it (aka call the Lambda), the more often do I get this error back: ``` Shell disconnected: Unable to receive...

The website I need to interact with will be introducing mandatory 2FA. Are there any clever ways on handling 2FA? There is a feature to trust the computer you're logging...

Not an issue but I was wondering if anyone knows how to add ffmpeg to this docker image so that it gets installed from Dockerfile commands.

I am pretty new to running python via container in AWS Lambda so this may be a configuration issue but running this container directly, no modification throws this error. Do...

Im trying to create a layer for my lambda manually, i already set up a working selenium layer. i downloaded : https://storage.googleapis.com/chrome-for-testing-public/128.0.6613.86/linux64/chrome-linux64.zip https://storage.googleapis.com/chrome-for-testing-public/128.0.6613.86/linux64/chromedriver-linux64.zip i when i go to zip this...

I keep on getting the above error. Python 3.13.0 chromium 131.0.6778.204 chromedriver 131.0.6778.204 selenium 4.27.1 Dockerfile: FROM public.ecr.aws/lambda/python@sha256:f5b51b377b80bd303fe8055084e2763336ea8920d12955b23ef8cb99dda56112 as build RUN dnf install -y unzip && \ curl -Lo "/tmp/chromedriver-linux64.zip"...