shane0202
shane0202

Reputation: 31

What chromedriver supports Chrome browser version 81.0.4044.122?

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"??

Upvotes: 3

Views: 2690

Answers (1)

Saubhagya Tripathi
Saubhagya Tripathi

Reputation: 21

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/

Upvotes: 2

Related Questions