umihico / docker-selenium-lambda

The simplest demo of chrome automation by python and selenium in AWS Lambda
MIT License
504 stars 119 forks source link

How to find the missing libraries for the driver binary? #184

Closed QinyuanWu closed 11 months ago

QinyuanWu commented 1 year ago

Thank you for publishing this repo, it is the only approach that currently works across the internet and is life saving. My question is:

  1. How did you find the exact libraries that are missing for the chrome driver/browser?
  2. How did you find the chrome versions that the specific Selenium version is supporting?

I want to know these in case I want to use a different chrome or Selenium version. Thanks!

umihico commented 11 months ago

@QinyuanWu Hello, as you can see my Github Action files, I could get all versions from here.

But, after v115, it stopped updating. It seems I have to refer this. But I don't make workable CI yet.