admin管理员组文章数量:1347181
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
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
Share Improve this question edited 2 days ago JeffC 25.9k5 gold badges34 silver badges55 bronze badges asked 2 days ago KahnKahn 4513 gold badges6 silver badges19 bronze badges1 Answer
Reset to default 2As of Selenium 4.6, SeleniumManager was added and it automatically takes care of downloading and configuring the appropriate driver for you. So, you no longer need to use a DriverManager or specify the path, etc.
See the Configuration section of the page linked above for details on how to specify a particular version of a driver.
本文标签:
版权声明:本文标题:c# - System.InvalidOperationException : session not created: This version of ChromeDriver only supports Chrome version 135 - Sta 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1743833562a2546969.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论