Skip to content
New issue

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

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

Already on GitHub? # to your account

webdriver-manager do not download chromedriver if it contains number '64' in the version (like 96.0.4664.45) #505

Open
andrei-ilyukovich opened this issue Dec 7, 2021 · 1 comment

Comments

@andrei-ilyukovich
Copy link

andrei-ilyukovich commented Dec 7, 2021

webdriver-manager does not download chromedriver if it contains number '64' in the version (like 96.0.4664.45).

The reason is in this line: chrome_xml.ts This code just mistakenly filter out valid version of chromedriver.

If osarch in not 64-based (I have as ia32), then !contentKey.includes('64') condition goes in and does not pass valid chromedriver 96.0.4664.45/chromedriver_win32.zip version since there is 64 inside (96.0.4664.45).

@martaLenartovich
Copy link

Had the same problem, the comment above helped me to resolve. Thank you!

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants