Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Quality Assurance Introduction to Selenium Automation Nation Getting Started

ChromeDriver error

When I run the index.js code, I get the following error: SessionNotCreatedError: session not created: This version of ChromeDriver only supports Chrome version 83 (Driver info: chromedriver=83.0.4103.39 (ccbf011cb2d2b19b506d844400483861342c20cd-refs/branch-heads/4103@{#416}),platform=Mac OS X 10.15.6 x86_64)

I checked my current version of Chrome, it's version 85. I've tried a few suggestions online for resolving this, but nothing has worked so far. Do you know how I might fix this?

1 Answer

If you are running this in visual studio and haven't already, I would suggest going into your solution and manage NuGet packages to see if there is an update to the chromedriver needed.