-
-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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]: Unable to create session: Could not start a new session when running parallel tests with Selenium 4.15.0. #13182
Comments
@anassibnoualii, 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! |
Duplicate of #13091 |
Sorry @diemol, Ididn't want to confuse you with this issue.
and not : Thanks |
How are you using the nightly jar? With Docker? |
By building a new image from the offical selenium images. Then replacing the selenium-server.jar in the target image.
We do the same for node-docker, standalone-firefox, standalone-chrome and standalone-edge Note: We did this just to help investigating the issue and not to use it in production. |
OK, I did a release a few moments ago https://github.com/SeleniumHQ/docker-selenium/releases/tag/4.15.0-20231122 The issue should not be present anymore. |
It works now with the new release 4.15.0-20231122 Thanks |
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?
I am encountering this issue when attempting to run parallel tests using Selenium 4.15.0 and also the nightly(4.16.0-SNAPSHOT (20231121)) as mentionned by @titusfortner in 13091, with Selenium Grid version 4.15.0-20231110.
The error message I am receiving is as follows:
Unable to create session: Could not start a new session. Unable to obtain: Capabilities {browserName: chrome, browserVersion: 119.0, goog:chromeOptions: {args: [], extensions: [], prefs: {download.default_directory: /tmp/uuid224207070901692623..., download.prompt_for_download: false, savefile.default_directory: /tmp/uuid224207070901692623...}}, pageLoadStrategy: normal, platformName: linux, se:downloadsEnabled: true, se:noVncPort: 7900, se:vncEnabled: true}, error Failed to run command: [--browser, chrome, --output, json, --browser-version, 119.0]
This issue is related to the following issues:
How can we reproduce the issue?
Relevant log output
Operating System
Run on docker / Linux
Selenium version
4.15.0
What are the browser(s) and version(s) where you see this issue?
Chrome 119, Firefox 119, Edge 119
What are the browser driver(s) and version(s) where you see this issue?
ChromeDriver: 119.0.6045.105, EdgeDriver: 119.0.2151.58, GeckoDriver: 0.33.0
Are you using Selenium Grid?
4.15.0-20231110
The text was updated successfully, but these errors were encountered: