question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Workaround for wrong chromedriver version

See original GitHub issue

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?

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:12
  • Comments:27 (6 by maintainers)

github_iconTop GitHub Comments

3reactions
21stChannelcommented, Mar 27, 2019

Same issue here. I now force the job to use a static version (2.46) as workaround, but it’s not ideal.

2reactions
santiago-pancommented, Apr 25, 2019

Same here:

16:27:31] I/launcher - Running 1 instances of WebDriver
[16:27:31] I/local - Starting selenium standalone server...
[16:27:31] E/launcher - Error: Error: Server terminated early with status 1
    at earlyTermination.catch.e (/.../node_modules/selenium-webdriver/remote/index.js:252:52)
    at process._tickCallback (internal/process/next_tick.js:68:7)
[16:27:31] E/launcher - Process exited with error code 100
Read more comments on GitHub >

github_iconTop Results From Across the Web

How to fix the chromedriver if its not compatible with chrome ...
Chromedriver usually runs with an older version of Chrome. I think your best course of action is to uninstal Chrome, then reinstall the ......
Read more >
Override ChromeDriver Version - Provar
Step 2: Choose the version based on your machine, e.g. windows in the example below. Step 3: Extract the zipped folder to get...
Read more >
Chrome Browser and ChromeDriver version mismatch issue
In this tutorial, I will tell you a simple way to avoid chrome driver and chrome driver version mismatch issues. Sometimes we need...
Read more >
Selenium fix: SessionNotCreated "this version only ... - YouTube
A tutorial on setting up and automatically upgrading ChromeDriver for Selenium in Python. If you have a webdriver SessionNotCreatedException ...
Read more >
mismatch chrome and chrome webdriver - Google Groups
I am using Chromedriver version 94.0.4606.61 which is same version of my Chrome browser . However i am unable to launch my webdriver...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found