CircleCI-Public / browser-tools-orb

Quickly and easily install common browsers and browser testing tools on CircleCI
https://circleci.com/developer/orbs/orb/circleci/browser-tools
MIT License
24 stars 34 forks source link

ChromeDriver install fails with 404 #76

Closed JasonBarnabe closed 1 year ago

JasonBarnabe commented 1 year ago

Orb version

circleci/browser-tools@1.4.1

What happened

https://app.circleci.com/pipelines/github/Simplero/Simplero/53387/workflows/3b9937ed-f077-458b-a523-825a6303e4ae/jobs/63110

"Install ChromeDriver" step fails, output is:

Installed version of Google Chrome is 115.0.5790.98 
curl: (22) The requested URL returned error: 404 

Exited with code exit status 22

CircleCI received exit code 22

Expected behavior

Not do that.

gorner commented 1 year ago

Was just about to post this, looks like there the ChromeDriver releases were relocated per https://sites.google.com/chromium.org/driver/?pli=1:

Starting with M115 the latest Chrome + ChromeDriver releases per release channel (Stable, Beta, Dev, Canary) are available at the Chrome for Testing availability dashboard. For automated version downloading one can use the convenient JSON endpoints.

gorner commented 1 year ago

And now I see #75 was posted at the same time which appears to be the same issue.

JasonBarnabe commented 1 year ago

He was quicker on the draw, so closing in favour of that one.