-
-
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
Selenium grid v3.10.0 doesn't start at docker container #5575
Selenium grid v3.10.0 doesn't start at docker container #5575
Comments
+1, same configuration, same error |
I think I found the root cause of issue after code investigation. In selenium, GridHubCliOptions -> defaults method, line 52 we have
Short term solution is to remove "prioritizer": null,, for long term, I think selenium code should be updated to handle null values. |
The fix will be shipped as part of release 3.11 |
Meta -
OS:
Docker container
Selenium Version:
3.10.0
Grid
Expected Behavior -
Correct start of selenium grid in docker container
With selenium 3.9.1 all works correctly
Actual Behavior -
Container doesn't start
Steps to reproduce -
link to GitHub repository or
config :
Dockerfile :
entry_point.sh :
The text was updated successfully, but these errors were encountered: