-
-
Notifications
You must be signed in to change notification settings - Fork 8.4k
[🐛 Bug]: Ruby - Selenium Manager throwing error #14622
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
@kevin-roe, 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! |
We were able to fix the problem by reverting back to |
Is there an update on this? We would prefer not have to remain on 4.24.0 for the foreseeable future. |
This issue is stale because it has been open 280 days with no activity. Remove stale label or comment or this will be closed in 14 days. |
Sorry it has taken so long to address this. Should be available for next release |
What happened?
When running tests today Selenium started failing with this message:
I was able to reproduce the issue with this simple code:
I tracked it down to here, where the command is returning
pid 4961 SIGKILL (signal 9)
on thestatus
on line 67, causing line 79 to eventually cause the process to die.This randomly started happening to me earlier today, and eventually 4 other members of my team started experiencing this as well. I don't have a ton of knowledge on how Selenium Manager works, but due to the random nature of this I imagine some process on my machine is pulling in some updated version of the
bin/macos/seneium-manager
executable and that is causing problems, but that's just my best guess.How can we reproduce the issue?
Operating System
MacOS Sequoia
Selenium version
Ruby 4.25.0
What are the browser(s) and version(s) where you see this issue?
Chrome 130.0.6723.59, Firefox 131.0.3
What are the browser driver(s) and version(s) where you see this issue?
Can't get the driver - that is the problem
Are you using Selenium Grid?
No
The text was updated successfully, but these errors were encountered: