[🐛 Bug]: The previously configured ChromeDriver service is still running. (wrong error message for unsupported chromedriver version?)
See original GitHub issueWhat happened?
My tests ran fine before a system upgrade. Now I get: Even if running my tests is the first thing I do after booting my computer.
Error: The previously configured ChromeDriver service is still running. You must shut it down before you may adjust its configuration.
at Object.setDefaultService (/home/ploppz/oa/minos/ui/node_modules/.pnpm/selenium-webdriver@4.1.2/node_modules/selenium-webdriver/chrome.js:262:11)
at buildChromeDriver (/home/ploppz/oa/minos/ui/tests/features/support/world.js:20:10)
How can we reproduce the issue?
The code is not open source, but I have a suspicion that it has to do with my version of chromium
. I’m on Arch Linux, and after the system update, my chromium
version is 101
. Does Selenium support this chromium version? If not, then perhaps the error message could be improved.
Operating System
Arch Linux
Selenium version
4.1.2
What are the browser(s) and version(s) where you see this issue?
chromium 101
What are the browser driver(s) and version(s) where you see this issue?
chromedriver 101
Are you using Selenium Grid?
No response
Issue Analytics
- State:
- Created a year ago
- Comments:11 (6 by maintainers)
Top Results From Across the Web
Using correct ChromeDriver.exe but still getting driver version ...
After the first time I got this error message, I went to Chromium.org page and looked through their directory for the correct chromedriver...
Read more >WebDriver for Chrome - Downloads
If you are using Chrome version 109, please download ChromeDriver 109.0.5414.25 ... Resolved issue 4207: WebDriver error when running WPT [Pri-1].
Read more >Set Chrome policies for users or browsers - Google Support
Enrolled browsers to enforce policies when users open Chrome browser on managed Microsoft Windows, Apple Mac, or Linux computers. Signing in is not...
Read more >Debug BrowserStack Automate failed to start browser error
Incompatible browser driver · If your test does not require a specific driver version, do not set the browserstack.chrome.driver , browserstack.firefox. · If...
Read more >Browser Troubleshooting Guide | Atlassian Support
Troubleshoot, Google Chrome, Internet Explorer, Mozilla Firefox ... Have you tried to access the instance on a previous version of this same ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Yes, 101 is supported. We would need any code snippet that help us reproduce the issue. It does not need to be the exact same one you use for your work.
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.