-
-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
[🐛 Bug]: After updating from 4.15.0. to 4.16.1. getting "No drivers have been configured or have been found on PATH" but works in 4.15.0 #13295
Comments
@anandseshadri, thank you for creating this issue. We will troubleshoot it as soon as we can. Info for maintainersTriage this issue by using labels.
If information is missing, add a helpful comment and then
If the issue is a question, add the
If the issue is valid but there is no time to troubleshoot it, consider adding the
If the issue requires changes or fixes from an external project (e.g., ChromeDriver, GeckoDriver, MSEdgeDriver, W3C),
add the applicable
After troubleshooting the issue, please add the Thank you! |
I had the same issue one week ago before I moved my whole project to Playwright. |
Can you share the full Node log? |
Are you running headless? There is an issue with how Chrome 120 changed the name of the browser for headless |
The same problem when I try to start node on win 10: java -jar "c:\driver\selenium-server-4.16.1.jar" node --selenium-manager true --session-timeout 900 --enable-managed-downloads true --publish-events tcp://ip:4442 --subscribe-events tcp://ip:4443 --grid-url http://ip:4444 |
We can't say much without the full log to understand better the issue. |
|
|
Is that the full log? |
yes, it is all from log file |
@joerg1985 @bonigarcia do you have an idea why we don't see any more output from the |
works fine with selenium-server-4.17.0-SNAPSHOT |
I don't know the cause, sorry. I can say that Selenium Manager 0.4.16 includes a condition to panic when JSON output is specified but no logs are gathered. So, Selenium Manager should always return a list of log traces (or throw an error). |
@diemol The I think the root cause of this issue is the same as in #13261, the need for the visual c++ redist x86 in 4.16.x |
@anandseshadri and @zcindori could you try to manually start the selenium-manager.exe (from selenium 4.16.0) to see if there is a error message shown? |
@joerg1985 how I can do that? I found only selenium manager file in zip folder.. did you mean selenium-server-4.16.0>start selenium-manager-4.16.0.jar? |
@zcindori - If you extract the selenium jar to a directory, you will find the selenium manager binaries in the below path ➜ tree .
.
├── SeleniumManager.class
├── SeleniumManagerOutput$Log.class
├── SeleniumManagerOutput$Result.class
├── SeleniumManagerOutput.class
├── linux
│ └── selenium-manager
├── macos
│ └── selenium-manager
└── windows
└── selenium-manager.exe
4 directories, 7 files |
I got this error: |
@zcindori Ok. I guess that confirms @joerg1985 hunch. The fix I think will be made available only in next version perhaps. |
Thank you everyone for confirming this is fixed for the upcoming release, which can be already tested on 4.17.0-SNAPSHOT |
Just to add to this. I had the same problem but the problem only showed up on 1 our of 12 nodes. 11 Nodes all worked just fine. |
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. |
What happened?
After updating from 4.15.0. to 4.16.1. I am getting the following error. The same configuration worked In 4.15.0
How can we reproduce the issue?
Relevant log output
Operating System
Windows 10
Selenium version
4.16.2 C#
What are the browser(s) and version(s) where you see this issue?
Chrome 120
What are the browser driver(s) and version(s) where you see this issue?
Chrome 120
Are you using Selenium Grid?
4.16.1
The text was updated successfully, but these errors were encountered: