I know there are so many threads regarding this but my issue is a bit different.
- My Browswer version is 134.0.....
- My ChromeDriver Version is 134.0...
- and Chrome Version 135 is not available yet for downloading.
When I run my tests I get error message
System.InvalidOperationException : session not created: This version of ChromeDriver only supports Chrome version 135
Current browser version is 134.0.6998.178 with binary path C:\Program Files\Google\Chrome\Application\chrome.exe (SessionNotCreated)
I downgraded ChromeDriver to 132 but still getting the same error like this version support only 135?
I use Selenium C#. I use WebDriver Manager (I don't want to hardcode path to chromedriver).
I cleared cache
deleted all chromedriver.exe files
Closed chromedriver.exe
Deleted bin folder in the project
Rebuild the project
Restarted PC several times
But nothing is working