Suddenly got "Chrome is not reachable" in Selenium - Lambda JAVA17 Integration #145
Labels
blocked/more-info-needed
More info is needed from the requester. If no response in 14 days, it will become stale.
maintainer/need-followup
stage/needs-triage
Automatically applied to new issues and PRs, indicating they haven't been looked at.
Description:
It looks like Amazon released a new java17 image after March 19th that caused this issue:
"Chrome is not reachable"
How to reproduce:
SE VERSION - 4.21.0
CHROME VERSION - 103.0.5058.0 (LAYER)
First, we build and deploy lambda with the following dependencies. So, when we invoke the Lambda, it already comes with these dependencies pre-installed on the Lambda.
Inside the lambda, we use S3 to get the company's internal automation framework and the test code we want to run:
Basically, before 19.3 it worked fine. We could run tests inside AWS Lambda and then integrate it with our CI/CD.
But, after your changes we can't.
Workaround:
I changed from the latest version to a previous released version (which was before 19.3) and it seems to solve the problem.
I would like to know what change caused this problem and how I should fix my code to support this change.
The text was updated successfully, but these errors were encountered: