blackboard / lambda-selenium

Use Selenium Webdriver and Chrome inside AWS Lambda
MIT License
229 stars 52 forks source link

Unable to run my lamdaSeleniumNode created by following the tutorial #58

Open sayom88 opened 3 years ago

sayom88 commented 3 years ago

Hello Team(@shurrey ,@varju,@vignesh-s,@wesmcouch) I am following the tutorial https://medium.com/@Moatazeldebsy/ui-testing-using-selenium-webdriver-and-chrome-inside-aws-lambda-77a17ec64862 and the video given here and setup my AWS Lambda accordingly. I am using a free AWS Tier.

When I run, I get the following error as below. Any help will be highly appreciated. Tnx. image

sayom88 commented 3 years ago

Hello Team,

Any updates please?

sayom88 commented 3 years ago

Hi @rprusia did u get similar thing please? Hi @tsu-denim any help on this please.

varju commented 3 years ago

This isn't a project I know anything about. Last I'd heard, @wesmcouch ripped all of the Selenium inside Lambda code out of our Learn builds.

wesmcouch commented 3 years ago

Yes I wouldn't recommend using Lambda, as recent versions of Chrome are not easily implemented in recent versions of the Lambda environment and we have abandoned it internally and opted for K8s selenium grids attached to ephemeral pods during build time. If you still want to use Selenium in Lambda use the headless version which should be relatively compatible following the same principles