blackboard / lambda-selenium

Use Selenium Webdriver and Chrome inside AWS Lambda
MIT License
230 stars 51 forks source link

Please provide latest binaries with chrome and chromedriver new versions #52

Open codeSonic opened 4 years ago

codeSonic commented 4 years ago

Can you please provide binaries for latest version of chrome, chromedriver and corresponding dependencies like shared object libraries.

shelgeram07 commented 4 years ago

+1. This is really important for people who want to build/run automation framework using Lambda. Can you also point us to any repository/ blog using which we can build the latest binaries on our own.

wesmcouch commented 4 years ago

We are currently testing out the newest set of binaries we built for chrome 79, once its deemed to be fit for selenium usage I will post it.

codeSonic commented 4 years ago

@wesmcouch Thanks for the info, looking forward to the release.

shelgeram07 commented 4 years ago

@wesmcouch : We tried building latest chrome binaries from source code with amazon linux 2 following the steps given in https://github.com/adieuadieu/serverless-chrome/blob/master/docs/chrome.md. We tried executing selenium + java 11 test in lambda environment, however we are getting below exceptions now:

  1. [1577958160.835][SEVERE]: CreatePlatformSocket() failed: Address family not supported by protocol (97)
  2. unknown error: Chrome failed to start: exited abnormally (unknown error: DevToolsActivePort file doesn't exist) (The process started from chrome location /opt/lib/chrome is no longer running, so ChromeDriver is assuming that Chrome has crashed.)

Can you please help us in understanding whats going wrong here?

shelgeram07 commented 4 years ago

@wesmcouch Did you get a chance to look at above issue?

tavisca-mgandhe commented 4 years ago

@wesmcouch Any update on latest chrome binary and the driver?

lukehalley commented 3 years ago

Any update on this?