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

Get chromedriver version based on chrome version #3

Merged
merged 2 commits into from
Jun 18, 2022

Conversation

wcleveland7
Copy link
Contributor

Google only maintains the latest stable image of chrome, so we cannot get a specific version of google chrome. Instead, we can use the code in this PR to query the google chrome version and download the correct chromedriver (currently pulls 102.0.5005.61). Source of this is from https://gerg.dev/2021/06/making-chromedriver-and-chrome-versions-match-in-a-docker-image/

Google only maintains the latest stable image of chrome, so we cannot get a specific version of google chrome. Instead, we can use the code in this PR to query the google chrome version and download the correct chromedriver (currently pulls 102.0.5005.61).  Source of this is from https://gerg.dev/2021/06/making-chromedriver-and-chrome-versions-match-in-a-docker-image/
removed the line that moved the chromedriver. The new location was not in the PATH. it's already in an appropriate location.
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.

None yet

2 participants