-
-
Notifications
You must be signed in to change notification settings - Fork 8.5k
[🐛 Bug]: Unable to obtain Selenium Manager Binary #13077
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
Comments
@dammie12, 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! |
@bonigarcia do you remember what this error was? |
@diemol Sorry, I don't see any relevant log of the Rust side here. The message @dammie12 I would do the following:
|
I meant the unable to find Selenium Manager binary message |
I think it was getting deleted from temp directory after a time somehow. The saving the binary to cache directory in 4.15 should be the fix. |
Getting the same exception using Selenium Manager 4.15.0 version with CSharp automation. On few machines it is working fine but on few it is failing with the above exception. |
This issue was specific to Java and fixed in 4.15. If there is a different issue, please open a new ticket. Thank you. |
Thanks Titus, upgrading to 4.15 resolved the issue. I noticed that the selenium manager exe file is created in the cache. I assume that every upgrade to selenium would generate its own folder, correct? |
Yes, we want to make sure we are keeping functionality correct for the versions without needing to figure out backwards compatibility while this feature is still in beta. |
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. |
Uh oh!
There was an error while loading. Please reload this page.
What happened?
While running my test, i do get this message and when it pops up, all the remaining tests fails from that point. I mean, sometimes, it runs for over 30mins before encountering this issue. Unfortunately, it happens anywhere in the list of test. I happen to have about 30 testcases in the suite.
error Unable to obtain Selenium Manager Binary at: C:\Users\USER~1\AppData\Local\Temp\selenium-manager13842424259427006952094714289847755\selenium-manager.exe
Build info: version: '4.14.1', revision: '03f8ede370'
System info: os.name: 'Windows Server 2019', os.arch: 'amd64', os.version: '10.0', java.version: '17.0.8'
Driver info: driver.version: EdgeDriver
After this error shows up, finding elements results in this error - Cannot invoke "org.openqa.selenium.SearchContext.findElement(org.openqa.selenium.By)" because "this.searchContext" is null
How can we reproduce the issue?
Relevant log output
Operating System
Windows 11 Pro
Selenium version
4.14.1
What are the browser(s) and version(s) where you see this issue?
Chrome 118
What are the browser driver(s) and version(s) where you see this issue?
ChromeDriver 118.0.5993.70, msedgedriver 118.0.2088.76
Are you using Selenium Grid?
No response
The text was updated successfully, but these errors were encountered: