docker-selenium-lambda
docker-selenium-lambda copied to clipboard
The simplest demo of chrome automation by python and selenium in AWS Lambda
This code works great, but I'm consistently getting "chrome not reachable" errors if I run another instance of my lambda within a few minutes or a prior run. I've tried...
Found your repo really helpful in setting up my selenium pytest tests to run in parallel, thanks! Just thought you might like to know that you can run chrome without...
Love this project, I have a _new feature_ request: How can this template be used to configure a XVFB display so that Selenium webdriver can run in non-headless mode? I...
TESTED_COMMIT=d9962eda1bd0eb8a536f8723e46e4deda7d07b98 SHA256_DIGEST=af7a5579f1da192a5ad03b2115516ad7f599361ba7a34e8e16edb4431a1b413a CHANNEL=beta POSITION=1036826 DRIVER_VERSION=106.0.5249.21 CHROME_VERSION=106.0.5249.0 SELENIUM_VERSION=4.4.3 PYTHON_VERSION=3.9.13
"Local invocation of lambdas pointing AWS ECR images is not supported" when trying `sls invoke local --function demo` Any hint?
Hi, thanks for creating the image. It worked for me! It was working well until recently when I encountered the error [`ERROR] WebDriverException: Message: Service /opt/chromedriver unexpectedly exited. Status code...
The window size: `options.add_argument("--window-size=1280x1696")` given in the example does not work (at least not for me using `:latest` I think it should be: `options.add_argument("--window-size=1280,1696")`
First of all, thank you for creating the image that manage to make Google worked on Lambda. I have a project where I need to access WhatsApp web using AWS...
Hello, I am having success with this container on Lambda, [but when running/testing locally using the Lambda emulator](https://docs.aws.amazon.com/lambda/latest/dg/images-test.html), I get the chromedriver issue. I am running this in on a...
Hi there, I tried building your Dockerfile with your main.py but got the following error: `{"errorMessage": "Message: session not created: Chrome failed to start: exited normally.\n (chrome not reachable)\n (The...