webdriver-manager: Workaround for wrong chromedriver version
I noticed that when using the webdriver-manager update
command it downloads the Chromedriver v74.x.x and it only runs with the Chrome v74, which I don’t have on my machine yet because the latest Chrome stable version is v73.
So, this stopped working…
Why this started to download and apply this chromedriver versions?
About this issue
- Original URL
- State: closed
- Created 5 years ago
- Reactions: 12
- Comments: 27 (6 by maintainers)
Commits related to this issue
- feat(max_versions): set max versions based on string matching - Do a version match based on string startsWith of the maxVersion An example: Matching "0.1" might find versions 0.14.0, 0.151.0, 0.... — committed to cnishina/webdriver-manager by cnishina 5 years ago
- feat(max_versions): set max versions based on string matching - Do a version match based on string startsWith of the maxVersion An example: Matching "0.1" might find versions 0.14.0, 0.151.0, 0.... — committed to cnishina/webdriver-manager by cnishina 5 years ago
- feat(max_versions): set max versions based on string matching - Do a version match based on string startsWith of the maxVersion An example: Matching "0.1" might find versions 0.14.0, 0.151.0, 0.... — committed to cnishina/webdriver-manager by cnishina 5 years ago
- feat(max_versions): set max versions based on string matching - Do a version match based on string startsWith of the maxVersion An example: Matching "0.1" might find versions 0.14.0, 0.151.0, 0.... — committed to cnishina/webdriver-manager by cnishina 5 years ago
- feat(max_versions): set max versions based on string matching - Do a version match based on string startsWith of the maxVersion An example: Matching "0.1" might find versions 0.14.0, 0.151.0, 0.... — committed to cnishina/webdriver-manager by cnishina 5 years ago
- feat(max_versions): set max versions based on string matching - Do a version match based on string startsWith of the maxVersion An example: Matching "0.1" might find versions 0.14.0, 0.151.0, 0.... — committed to cnishina/webdriver-manager by cnishina 5 years ago
- feat(max_versions): set max versions based on string matching - Do a version match based on string startsWith of the maxVersion An example: Matching "0.1" might find versions 0.14.0, 0.151.0, 0.... — committed to cnishina/webdriver-manager by cnishina 5 years ago
- feat(max_versions): set max versions based on string matching (#369) - Do a version match based on string startsWith of the maxVersion An example: Matching "0.1" might find versions 0.14.0, 0... — committed to angular/webdriver-manager by cnishina 5 years ago
Same issue here. I now force the job to use a static version (2.46) as workaround, but it’s not ideal.
Same here:
@21stChannel Thanks for update, I was able to do the same ugly workaround to unblock my integration with Protractor 6.0: