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

Automatically download chromedriver for Chrome versions other than the factory version. #6

Open
garg3133 opened this issue Nov 3, 2022 · 0 comments

Comments

@garg3133
Copy link
Member

garg3133 commented Nov 3, 2022

Currently, we only automatically download the chromedriver for the factory version of Chrome shipped along with the device. If the device has any other version of Chrome, we just give them the link from where they can download the chromedriver matching with their Chrome version. This is done because we cannot get the exact version of chromedriver to download by just looking at the version of Chrome browser.

But we can automatically download the matching version of chromedriver by looking at how other packages achieve it, like chromedriver and appium-chromedriver.

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

No branches or pull requests

1 participant