How to download Chromedriver.exe for Chrome Browser 115 and above in Selenium WebDriver
HTML-код
- Опубликовано: 7 фев 2025
- Welcome to my RUclips channel, In this video, I have explained how to download the Chromedriver.exe file for Chrome Browser 115 and above in Selenium WebDriver.
Problem statement: Let's say that you have Chrome version 115 and above on your system, and while launching the Chrome browser with Selenium automation getting an error like: Exception in thread "main" org.openqa.selenium.SessionNotCreatedException: session not created: This version of ChromeDriver only supports Chrome version - version number.
Root cause: Your Chromedriver.exe file is not compatible with the Chrome browser version of your system.
Solution: You can download the chromedriver.exe files for Chrome Browser 115 and above from here: googlechromela...
Don't forget to subscribe to my channel - / @qacubicle
for more informative content on software testing, quality assurance, and test automation. Hit the notification bell to receive updates whenever we post new videos. If you have any questions or suggestions, feel free to leave a comment below.
Connect with me:
LinkedIn- / kuldeep-k. .
Email: qacubicle@gmail.com
🎉👍
Thanks alot for this insightful video, saved my day !!
Thank you. It really works!
Thank you, please share with your friends as well.!!
Thanks a lot. Was very helpful.
Thank you sp much ..please share with your friends as well..!!
When I extrct latest version of Chrome Drive zip file but it convert automatically into my old version exe file
Any solution?
Please refer to this video to understand the concept of Selenium Manager: ruclips.net/video/DrepuCaV5WE/видео.html
Then, you can try the code below (here no need to download any Chrome exe, drivers, etc.)
public static void main(String[] args) {
ChromeOptions cp= new ChromeOptions();
//** With the help of cp.setBrowserVersion you can set the version on which test cases need to be executed. e,g below code with launch the chrome browser version 116 **//
cp.setBrowserVersion("116");
WebDriver driver = new ChromeDriver(cp);
driver.get("www.google.com");
}
}
Hlo sir i have the version 125.0.6422.142 and in stable it showing 125.0.6422.141 only sir please provide some feedback sir
It should work, are you getting any errors.
Done this..still getting same error..
Hi, From LinkedIn!
I have Version 120.0.6099.217 (Official Build) (64-bit) and it is not available in the link you have provided, from where can i get this ?
You can go to this link: googlechromelabs.github.io/chrome-for-testing/, and from stable version section pick edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/120.0.6099.109/win64/chrome-win64.zip (I do not think that exact matching version is required to open Chrome browser for automation), even though you still facing issues, please refer this video - ruclips.net/video/DrepuCaV5WE/видео.html , here I have explained the concept of Selenium Manager, it will fix your issue.
Thank you so much 🎉
Hi, how can i fine chromedrivers for version 118.0.5993.89 ??? Help me.
Please download it from here ..googlechromelabs.github.io/chrome-for-testing/
Are you able to find that 118.0.5993.89 chromedriver version?
@@archanakar54 If you are not able to find the 118.0.5993.89 Chromedriver version, then you can update the Chrome browser on your system and download the latest Chromedriver from here - googlechromelabs.github.io/chrome-for-testing/
We can execute test cases on all the latest browsers (115, 116, 117 and so on) with the help of Chrome for the Testing availability dashboard - please refer to this video ruclips.net/video/dcJ9c5h4Tz0/видео.html
My chrome version is 127, and i couldn't find any driver, can you please help me
Please refer to this video, here I have explained how to execute test cases on desired Chomrer browser version with the help of co.SetBrowserVersion command ("") ruclips.net/video/dcJ9c5h4Tz0/видео.html
I have been trying eclipse with selenium from 3 day of eclipse version 24.03 bt i am facing same issue whenever I go to broswer lounch that time they show me same error like imoprt option can't show in laptop so please try make a vedio on how to install selenium in eclipse it's my humble request to you sir 🙏...
Hi Shubham, Please see this video for Selenium Eclipse setup: ruclips.net/video/_uAXS0iWqU4/видео.html
and refer to this one to execute test cases on all the latest browsers (115, 116, 117, and so on) with the help of Chrome for the Testing availability dashboard - ruclips.net/video/dcJ9c5h4Tz0/видео.html
Hope your issues will be resolved.!!
Ilegal state exception showing but chrome browser and webdriver version is same
Could you please share the exact exception and error message.
thanyou brother
Thank you kuldeep sir
Thank you Amit, I hope that my videos are helpful..please share with your friends as well !!
tnx a lot sir
Thank u .!!
Hi,could anybody help me ? how can I find chromdrivers for Version 116.0.5845.187???
Hi, Please use the Chromedriver .exe114 from here -chromedriver.chromium.org/downloads, it is being resolved for Chrome 116 (use WebDriverManager version 5.5.0 and Selenium 4.11.0), hope it helps.
We can execute test cases on all the latest browsers (115, 116, 117 and so on) with the help of Chrome for the Testing availability dashboard - please refer to this video ruclips.net/video/dcJ9c5h4Tz0/видео.html
Thankyou
I have version 123.0.6312.123 (official build) (64- bit). This version is not available in the link you have provided. From where can I get this version sir?
We can execute test cases on all the latest browsers (115, 116, 117, and so on) with the help of Chrome for the Testing availability dashboard - please refer to this video ruclips.net/video/dcJ9c5h4Tz0/видео.html
Even at 1.5x speed, you are speaking slowly.
thanks it worked
We can execute test cases on all the latest browsers (115, 116, 117, and so on) with the help of Chrome for the Testing availability dashboard - please refer to this video ruclips.net/video/dcJ9c5h4Tz0/видео.html
Thanks a lot...
Thanks!!!
Version 109.0.5414.120 (Official Build) (64-bit) win 7
Hello sir, I am still facing same error after downloaded the chrome driver 122.0 version for chrome version 122.0.6261.129
Hello Vikram, could you please share the error, otherwise refer to this one to execute test cases on all the latest browsers (115, 116, 117, and so on) with the help of Chrome for the Testing availability dashboard - ruclips.net/video/dcJ9c5h4Tz0/видео.html
i m having 121 version
what to do for that
@@anjanareddyp304 We can execute test cases on all the latest browsers (115, 116, 117, and so on) with the help of Chrome for the Testing availability dashboard - please refer to this video ruclips.net/video/dcJ9c5h4Tz0/видео.html
Thanks sir!
We can execute test cases on all latest browsers with help of Chrome for Testing availability dashboard - please refer to this video ruclips.net/video/dcJ9c5h4Tz0/видео.html