-
-
Notifications
You must be signed in to change notification settings - Fork 8.4k
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]: SessionNotCreatedError #12811
Comments
@ZeldaFlower, 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! |
DevToolsActivePort bug is a known issue that Google is working on. |
Hi, @ZeldaFlower. You can see if the feature is passing in the Web Platform Tests. If it is something new, please create an issue with the ChromeDriver team. |
@titusfortner , thanks so much for the info! Is there a link to Google's ticket? |
Not on my laptop right now, can search chromedriver bug tracker. There are several and to be honest I'm a little confused as to actual status of it. |
Sad I can't use chrome until this is fixed. Maybe I could use previous version of selenium? Also looking into firefox instead... |
I got firefox to work! https://groups.google.com/g/selenium-users/c/xNVh8F3UNRY/m/CcV4MImwAgAJ @titusfortner , how do I ask for the documentation to be updated?
|
That documentation has a lot more than 2 issues. 😁 We used to have a tool that would do automatic updates, but it is no longer working, and we haven't created a new one. @diemol what do you think about our just deleting these files rather than keep them in their 2+ year old status? |
Not sure. I think most of it should still be correct. |
Ok, can we fix the two issues I mentioned in documentation? Is it committed in the code vase here? Can I help? |
The problem is #10185, the docs generation is broken. |
"DevToolsActivePort not found" bug fix: https://bugs.chromium.org/p/chromedriver/issues/detail?id=4403#c35 |
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’m just trying to build a test which will hit my website and verify it, but I can’t even get chrome to start up.
Tried to post Here but it doesn’t look very active.
The official documentation Here has two issues:
await driver.findElement(By.name('q'));.sendKeys('webdriver', Key.RETURN);
However, since I can’t get it to work maybe there is an issue and/or more documentation needed. I have tried installing chromedriver with npm as well. I’ve also tried passing the port and instantiating it differently, but to me the “simple” example should work as is. The PATH variable has the /usr/bin which contains chromedriver.
How can we reproduce the issue?
https://github.com/ZeldaFlower/Trivia/actions/runs/6267226699/job/17019829951
Relevant log output
https://github.com/ZeldaFlower/Trivia/actions/runs/6267226699/job/17019829951
Operating System
ubuntu-latest GitHub action
Selenium version
4.12.0
What are the browser(s) and version(s) where you see this issue?
Chrome 114,116
What are the browser driver(s) and version(s) where you see this issue?
Chromedriver 114.0.2
Are you using Selenium Grid?
No
The text was updated successfully, but these errors were encountered: