FIX FOR: org.openqa.selenium.SessionNotCreatedException: session not created exception

Опубликовано: 20 Март 2025
на канале: The Testers Family
3,264
12

org.openqa.selenium.SessionNotCreatedException: session not created
2 ways to fix this issue:

1. You need to update your Chrome Browser in settings to make sure you have latest version of browser and later version of ChromeDriver

OR

2. You need to downgrade ChromeDriver by downloading older version to fit to your browser version

Both solutions work, just double check you have same version for both, like in my case : 80.

Helped? Give us your "like" please!
Happy coding!