Reputation: 23
My code was working 2 days ago and then chrome updated. I have no idea how to address the below issue, though the specific problem is very clear.
selenium.common.exceptions.SessionNotCreatedException: Message: session not created: This version of ChromeDriver only supports Chrome version 104
Current browser version is 106.0.5249.91 with binary path C:\Program Files (x86)\Google\Chrome\Application\chrome.exe
Can you help?
Upvotes: 0
Views: 4447
Reputation: 11
Go to Chrome> Settings > About Chrome - check your current version.
Download the appropriate chrome driver from here: https://chromedriver.chromium.org/downloads
Upvotes: 1
Reputation: 9
I solved this by two steps
unzip the downloaded file and read to go
Upvotes: 1