Last year, by watching your video I have learnt how to use WebDriverManager. This year, by watching your video I have learnt how to fix issues of WebDriverManger. Thanks a lot Mr. Naveen. 👍
I wanted to take a moment to express my sincere gratitude for your diligent efforts in keeping us up to date with the latest advancements in Automation. Your dedication to sharing knowledge and insights has been invaluable to our team.
Thanks a lot Mr. Naveen. I was finding too hard to fix the issue: Error creating WebDriver object for Chrome. Even in bonigarcia website he didn't mention how to fix the issue. Thanks a lot. This video tutorial has resolved all my issues related to WDM. 👍
Thank you naveen for this video i was able to update the version of selenium in my framework. Initially i was not able to update as there were many areas/dependency which was interdependent for selenium 3.x. But referring to your previous videos from 4.x helped me to achieve till 4.11 and finally it happened. You Rock Naveen 🤟🧤
Very informative vedio.. I was struggling for 2days..and finally got this vedio..all the solutions of problems with what and version are explained with detailed manner..tq..
Hi, now chrome browser updated to 117 and I am unsing SM 4.11.0. When I executed the script it got error as session not created. Can you please help me in this.
many Thanks for this video Naveen 🙏, I'm still having one doubt please reply... can we use selenium 3.141 with latest webdrivermanager version which is 5.6.2? I have added webdrivermanager latest version in POM.xml, but I'm still struggling with the setup coz sometime its working and sometime it's not... I have many projects with old Eclipse mars and selenium 3.141. please do reply that how can I overcome with this issue if I don't want to upgrade the selenium4?...Looking for your reply🙂
I'm getting error with WDM with Chrome driver 117 that "Unable to find an exact match for CDP version 117,so returning the closest version found:116".Can you please help on this
Thank you Naveen for this solution and it is working fine for web chrome browser but what we need to do for Android chrome browser? It is updated to 116 and now we are facing issue while automating android app with Appium as we are having some steps for webview context as well.
Hi, my code works in local machine but it's not able to driver in Jenkins. Can you please here? Getting Response Code 500. The driver supports 114 but current browser version is 116
With selenium manager 4.12.0 i try to specify browser version as beta or 115 and it launches the chromium browser instead of chrome. Could you please advise how to stop chromium getting launched?
Hi, Thank you for this detailed video. I solved this issue locally but can you please tell me how to solve this using virtual environment? In my GitHub workflow I am getting an error stated "WebDriver unknown error: net::ERR_CONNECTION_REFUSED".
Hi @Naveen, I'm getting error " org.openqa.selenium.remote.http.WebSocket$Listener onError". Although I have added egops.addArguments("--remote-allow-origin=*"); I'm using Selenium-java: 4.11.0, WDM: 5.4.1 and TestNG: 7.7.1 I'm facing this issue only using TestNG running the test cases. Can you suggest what to do next?
Hi Naveen, thanks for the video :). I followed your instructions as per the video but while running the test script at my end it throws "Response code 500" error if System.setProperty() is not added even though the selenium jar version is 4.11.0, is this a discrepancy?
@@naveenautomationlabs The log is as follows: org.openqa.selenium.SessionNotCreatedException: Could not start a new session. Response code 500. Message: session not created: This version of ChromeDriver only supports Chrome version 114
Hi Sir.. while trying parallel execution in 116 stable version of Chrome.. but it is throwing error like invalid session ID , the code was working fine in previous version . Is there something we should do for parallel execution for this version changes?! Please advice
Naveen, Sad/Happy to know that this can be done with 3.141.59 with wdm, I spent 3days upgrading my project to 4.11.0. Looks I could have saved it if this video would have released before. But thanks for posting!!
Hi , I added new selenium 4.16.1 . also not added wed manager as we no need now also not download the chromedriver and trying to lunch the chrome by this - WebDriver driver=new ChromeDriver(); . getting error --Exception in thread "main" org.openqa.selenium.SessionNotCreatedException: Could not start a new session. Response code 500. Message: session not created: Chrome failed to start: exited normally. (session not created: DevToolsActivePort file doesn't exist) (The process started from chrome location C:\Program Files\Google\Chrome\Application\chrome.exe is no longer running, so ChromeDriver is assuming that Chrome has crashed.). please help me
Last year, by watching your video I have learnt how to use WebDriverManager.
This year, by watching your video I have learnt how to fix issues of WebDriverManger.
Thanks a lot Mr. Naveen. 👍
I wanted to take a moment to express my sincere gratitude for your diligent efforts in keeping us up to date with the latest advancements in Automation. Your dedication to sharing knowledge and insights has been invaluable to our team.
One of the best video to fix the WebDriverManager issues.
Thanks a lot Mr. Naveen. 👍
Thanks a lot Mr. Naveen.
I was finding too hard to fix the issue: Error creating WebDriver object for Chrome.
Even in bonigarcia website he didn't mention how to fix the issue.
Thanks a lot. This video tutorial has resolved all my issues related to WDM. 👍
Thank you for keeping us updated with the latest advancements in software testing field & explaining it in such a detailed and easy manner 👌
Very Simple and fast setup done through selenium 4.11.0.
Everything explained correctly in the video
Thank you naveen for this video i was able to update the version of selenium in my framework. Initially i was not able to update as there were many areas/dependency which was interdependent for selenium 3.x. But referring to your previous videos from 4.x helped me to achieve till 4.11 and finally it happened. You Rock Naveen 🤟🧤
Mr. Naveen, you are a great teacher than Mr. Bonigarcia. 👍
I truly appreciate your efforts in always keeping us up to date. I was struggling for two days and now have this video. Many many thanks, Naveen.
Thank you naveen for easily explanation about WDM and Selenium Manager. Also use of version 4.6.0. ❤❤
Very informative vedio.. I was struggling for 2days..and finally got this vedio..all the solutions of problems with what and version are explained with detailed manner..tq..
Masterpiece video for Launching the Chrome driver with different selenium versions. ❤
Thank you so much! I have been trying to figure out this in last 2 days 😂you saved me
Very well Detailed explanation, Thank you so. much Naveen for such informative videos.
This is ultimate video with easy explanation Thanks Naveen.
Most welcome
Thank you, I was messed up for hrs but this video helped me ❤
Thanks Naveen. I did it in my current project and it works.
This is really amazing video naveen
excellent sir your videos are nice good looking and better understanding thank u
TYSM for the knowledge that you have been providing 🙂
Hi, now chrome browser updated to 117 and I am unsing SM 4.11.0. When I executed the script it got error as session not created. Can you please help me in this.
Hi Naveen,
This is really great stuff. Can you please make the similar kind of video for python as well.
Thank You this is really helpful
Glad it was helpful!
Thank you very much Naveen..
many Thanks for this video Naveen 🙏, I'm still having one doubt please reply... can we use selenium 3.141 with latest webdrivermanager version which is 5.6.2? I have added webdrivermanager latest version in POM.xml, but I'm still struggling with the setup coz sometime its working and sometime it's not... I have many projects with old Eclipse mars and selenium 3.141. please do reply that how can I overcome with this issue if I don't want to upgrade the selenium4?...Looking for your reply🙂
Hi Naveen, if i am using browser version -114, then we have to use which version of webdriver manager?
I'm getting error with WDM with Chrome driver 117 that "Unable to find an exact match for CDP version 117,so returning the closest version found:116".Can you please help on this
Very helpful
How can we set cft setup in serenity bdd could you please give us an example
I am using 4.15 but i am not getting id,name ,xpath( for example:- driver.find_element_by_id() this is not showing how can i do
Thank you Naveen for this solution and it is working fine for web chrome browser but what we need to do for Android chrome browser? It is updated to 116 and now we are facing issue while automating android app with Appium as we are having some steps for webview context as well.
Thanks a lot
Hi, my code works in local machine but it's not able to driver in Jenkins. Can you please here? Getting Response Code 500. The driver supports 114 but current browser version is 116
i tried the same for maven project, but its not working. Please help to fix it.
Very helpful video
With selenium manager 4.12.0 i try to specify browser version as beta or 115 and it launches the chromium browser instead of chrome. Could you please advise how to stop chromium getting launched?
Selenium version 3.141.59 using but wht i need to download CFT what is this and where i have to implement in my project
Thank you so much, this helped me
Hey, I am currently having 116+ and drivers are properly managed. The driver and browser are kept running even after driver.quit()
Hi, Thank you for this detailed video. I solved this issue locally but can you please tell me how to solve this using virtual environment? In my GitHub workflow I am getting an error stated "WebDriver unknown error: net::ERR_CONNECTION_REFUSED".
Thanks bro...
Hi Navin I tried with Maven project for same but it is not working
Thank You
Hi @Naveen, I'm getting error " org.openqa.selenium.remote.http.WebSocket$Listener onError". Although I have added egops.addArguments("--remote-allow-origin=*"); I'm using Selenium-java: 4.11.0, WDM: 5.4.1 and TestNG: 7.7.1 I'm facing this issue only using TestNG running the test cases. Can you suggest what to do next?
dont use webdriver manager, since you are using selenium 4.11.0 if you use Webdriver driver = new ChromeDriver(); driver.get(URL); it should work
Thanks Naveen ..really helpful..can please upload same for python selenium..as i m facing issue with python selenium
Thanks you so much
Hi I’m facing issue not able to invoke browser in 117 version
Can u plz make video for windows user plz
Bro can u do an example on Mac OS using python. I can’t seem to get it to work. Thanks in advance.
ok sure.
Only 117 versions are there, no 116😢
Hi Naveen, thanks for the video :). I followed your instructions as per the video but while running the test script at my end it throws "Response code 500" error if System.setProperty() is not added even though the selenium jar version is 4.11.0, is this a discrepancy?
please share the full log.
@@naveenautomationlabs The log is as follows: org.openqa.selenium.SessionNotCreatedException: Could not start a new session. Response code 500. Message: session not created: This version of ChromeDriver only supports Chrome version 114
Hi Sir.. while trying parallel execution in 116 stable version of Chrome.. but it is throwing error like invalid session ID , the code was working fine in previous version . Is there something we should do for parallel execution for this version changes?! Please advice
Hi, there is no impact on parallel run.
How to setup latest chrome browser and chrome driver in python selenium using pytest frame work ? Anyone respond
Naveen, Sad/Happy to know that this can be done with 3.141.59 with wdm, I spent 3days upgrading my project to 4.11.0. Looks I could have saved it if this video would have released before. But thanks for posting!!
Good that you migrated it to 4.11.0 latest version.
EU TE AMO
Hi , I added new selenium 4.16.1 . also not added wed manager as we no need now also not download the chromedriver and trying to lunch the chrome by this - WebDriver driver=new ChromeDriver(); . getting error --Exception in thread "main" org.openqa.selenium.SessionNotCreatedException: Could not start a new session. Response code 500. Message: session not created: Chrome failed to start: exited normally.
(session not created: DevToolsActivePort file doesn't exist)
(The process started from chrome location C:\Program Files\Google\Chrome\Application\chrome.exe is no longer running, so ChromeDriver is assuming that Chrome has crashed.). please help me
cool
Hi Naveen thanks for the video i was trying to update my project to 4.11.0 version but I'm getting org.openqa.selenium.remote.NoSuchDriverException
thank you very much