Selenium-UI-testing-with-AWS-Lambda-Layers
Selenium-UI-testing-with-AWS-Lambda-Layers copied to clipboard
Selenium UI testing with AWS Lambda Layers
hey guys, I'm new to AWS Lambda just getting all running if I use the dashs ... how can I create all stuffs that is inside READ.ME ? do I...
In the deployment phase, i got a few warning logs like this: ``` Serverless: Configuration warning: Serverless: at 'layers.selenium': unrecognized property 'CompatibleRuntimes' Serverless: at 'layers.chromedriver': unrecognized property 'CompatibleRuntimes' Serverless: Serverless:...
I know that the README has given specific versions to follow, but my existing scripts were written with Selenium 3.141.0 version. I was trying to use the same version here...
I keep encountering this error message when I try and run in AWS Lambda: ``` { "errorMessage": "Message: 'unknown error: unable to discover open pages\\n (Driver info: chromedriver=2.37.544315 (730aa6a5fdba159ac9f4c1e8cbc59bf1b5ce12b7),platform=Linux 4.14.165-102.205.amzn2.x86_64...
I followed all steps in the README. When I execute the lambda function, ```bash serverless invoke --function hello ``` I get the error: ``` { "errorMessage": "Message: 'ChromeDriver executable needs...
I followed the steps outlined in the README. However, I encountered the following error when I executed the Lambda: `Unable to import module 'handler': No module named 'selenium.webdriver.chrome'`
If I try and run it as you have laid out I get the following error. selenium.common.exceptions.WebDriverException: Message: 'chromedriver' executable may have wrong permissions. Please see https://sites.google.com/a/chromium.org/chromedriver/home If I change...
Hi. Many thanks for sharing this. I'm struggling to change the S3 bucket from `ServerlessDeploymentBucket`. I've tried changing all references in `lambda/.serverless/*.json` files, but these are overwritten on `sls deploy`....