Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update chrome driver url #149

Merged
merged 1 commit into from
Sep 26, 2023
Merged

Update chrome driver url #149

merged 1 commit into from
Sep 26, 2023

Conversation

wllgrnt
Copy link
Contributor

@wllgrnt wllgrnt commented Sep 14, 2023

The URL we use in our build script no longer tracks version information for chrome versions > 114.0.5735
(June 2023) - updated to use the new recommended url, and added some prints to make debugging the curl error easier.

NB: this build still segfaulted when running the test suite.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.

@wllgrnt wllgrnt force-pushed the will-update-chrome-driver-url branch 3 times, most recently from a69d9c8 to 3f99e8d Compare September 14, 2023 17:49
echo "using chrome version $CHROME_MAIN_VERSION"
CHROMEDRIVER_VERSION=`curl -s "https://googlechromelabs.github.io/chrome-for-testing/LATEST_RELEASE_$CHROME_MAIN_VERSION"`
echo "using driver version $CHROMEDRIVER_VERSION"
curl "https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/${CHROMEDRIVER_VERSION}/linux64/chromedriver-linux64.zip" -O
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@wllgrnt That URL looks funky, almost like a CDN. Are we confident this will work long-term?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's from the https://googlechromelabs.github.io/chrome-for-testing/ dashboard - highly confident that those are the official urls, but nothing stopping them from changing it in the future

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

swag!

@atzannes atzannes merged commit 8883a3c into dev Sep 26, 2023
9 checks passed
@atzannes atzannes deleted the will-update-chrome-driver-url branch September 29, 2023 18:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants