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

Updating the chromedriver install location #15

Merged
merged 4 commits into from
Oct 20, 2023
Merged

Updating the chromedriver install location #15

merged 4 commits into from
Oct 20, 2023

Conversation

jwoertink
Copy link
Contributor

@jwoertink jwoertink commented Oct 20, 2023

Fixes #13

Starting with chrome v115, they changed where the files are downloaded. They also changed the structure of the zip files.

This PR still allows you to pull up the old chromedriver versions, but also takes in to account later versions. If you have a specific version of the Chrome browser installed, it will attempt to find the matching chromedriver, otherwise it just grabs the latest Stable version.

Copy link
Collaborator

@matthewmcgarvey matthewmcgarvey left a comment

Choose a reason for hiding this comment

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

coolio

@jwoertink jwoertink merged commit 3f02855 into master Oct 20, 2023
@jwoertink jwoertink deleted the issues/13 branch October 20, 2023 23:20
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.

Chromedriver install fails on > v114 of Chrome
2 participants