session not created: This version of ChromeDriver only supports Chrome version 83 Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03' System info: host: 'LAPTOP-GRB5533T', ip: '192.168.43.182', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_251' Driver info: driver.version: ChromeDriver
Asked
Active
Viewed 69 times
0
-
Add some code or reference – Zakaria Shahed Aug 27 '20 at 05:50
-
Does this answer your question? [SessionNotCreatedException: Message: session not created: This version of ChromeDriver only supports Chrome version 81](https://stackoverflow.com/questions/60296873/sessionnotcreatedexception-message-session-not-created-this-version-of-chrome) – rahul rai Aug 27 '20 at 06:32
1 Answers
0
Issue is your chrome driver version, time to time chrome driver exe is updating based on your browser version, check your chrome browser version and downloaded chrome driver exe version according to your browser version
You can download latest driver exe from here https://chromedriver.chromium.org/downloads

Justin Lambert
- 940
- 1
- 7
- 13
-
download driver exe and set path and refresh project and rerun it will work, if its not let me know – Justin Lambert Aug 27 '20 at 06:02