-
-
Notifications
You must be signed in to change notification settings - Fork 1.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
Add documentation for SessionNotCreatedException in troubleshooting errors #2119
Add documentation for SessionNotCreatedException in troubleshooting errors #2119
Conversation
👷 Deploy request for selenium-dev pending review.Visit the deploys page to approve it
|
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
HI @yvsvarma ,
Thank you for the PR. Could you please add similar changes in other translated pages too. (zh-cn, pt-br, ja)
Thanks,
Sri
Sure @harsha509 , I will update the same in other languages too and will update! Thank you very much for reviewing this 😊 |
Hi Sri, Please review. Thanks, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @yvsvarma !
Thanks again for your time in reviewing this Sri! |
…rrors (#2119)[deploy site] * Add documentation for SessionNotCreatedException in troubleshooting errors * Add SessionNotCreatedException to Chinese translation (_index.zh-cn.md) * Add SessionNotCreatedException to Portuguese translation (_index.pt-br.md) --------- Co-authored-by: Sri Harsha <[email protected]> 18b7f8d
User description
Description
This PR adds documentation for the
SessionNotCreatedException
under the "Troubleshooting Errors" section of the Selenium site. It includes a concise explanation of the exception, its likely causes, and actionable solutions.Motivation and Context
The
SessionNotCreatedException
is a common error encountered by users, often caused by browser-WebDriver version mismatches, macOS privacy settings, or permission issues on the WebDriver binary. Documenting this will help users quickly understand and resolve the issue, improving their experience with Selenium.Types of Changes
Documentation improvement (added a new section under "Troubleshooting Errors").
Checklist
I have read the contributing guidelines.
I have tested the changes locally using Hugo.
I have ensured the documentation renders as expected and the format is consistent with other entries.
PR Type
Documentation
Description
Added documentation for
SessionNotCreatedException
under "Troubleshooting Errors".Explained common causes of the exception, including version mismatches and system restrictions.
Provided actionable solutions to resolve the exception, such as matching WebDriver and browser versions.
Included macOS-specific guidance and Linux/macOS permission fixes.
Changes walkthrough 📝
_index.en.md
Documented `SessionNotCreatedException` causes and solutions
website_and_docs/content/documentation/webdriver/troubleshooting/errors/_index.en.md
SessionNotCreatedException
.