I currently have chrome driver version 81.0.4044.69 which I figured should be working but it's still throwing the error saying "This version of ChromeDriver only supports Chrome version 81"??
Asked
Active
Viewed 2,391 times
3
-
Check this [link](https://chromedriver.storage.googleapis.com/index.html?path=81.0.4044.69/) for a file called `notes.txt` – tidakdiinginkan Apr 22 '20 at 17:56
1 Answers
2
Each version of ChromeDriver supports Chrome with matching major, minor and build version numbers. For example, ChromeDriver 81.0.4044.122 supports all Chrome versions that start with 81.0.4044.
Thus, Chromedriver 81.0.4044.69 supports chrome browser version 81.0.4044.122. You can download it from here, https://chromedriver.storage.googleapis.com/index.html?path=81.0.4044.69/

Saubhagya Tripathi
- 21
- 1
-
It should, but with me I take Chromedriver 81.0.4044.69 and my Chrome is on version 81.0.4044.129 but I still get the error "SessionNotCreatedError: session not created: This version of ChromeDriver only supports Chrome version 81". Everywhere I see the incompatability is the problem but it is not the case with me. It should be compatible – Marijke Apr 28 '20 at 10:06