How to Remove CDP Version Warning in Selenium WebDriver
HTML-код
- Опубликовано: 7 фев 2025
- Welcome to my RUclips channel, In this video, I have explained about How to fix the warning - Unable to find version of CDP (Chrome DevTools Protocol) to use for 124.0.6367.119 in Selenium WebDriver
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-kumar-3151796
Email: qacubicle@gmail.com
Great.
Thanks for sharing the information.
Thank you Sid..!!
good information. Thank you expecting more
Thanks for sharing the information.
Thank you Rahul.!!
This video does not help if you're not using a pom, if you're like me, then you can do this:
Download the latest Selenium WebDriver and extract the files to your desired libs location.
In eclipse: Go to Project > Properties > Java Build Path > Libraries
Select and Remove (only the Selenium-java dependencies) all the libs from the previous WebDriver version
Then click on 'Add External JARs' and add the contents of the downloaded Selenium WebDriver
Thanks for sharing.!!
How can we remove warning for non-maven project?
Hi, Please download the Selenium jar files (from www.selenium.dev/downloads) for the respective CDP, and add them to your project, I hope it helps.
Error gone but still by chrome browser page not redirect to website
Are you getting any errors in console.
I have added chrome and chromedriver.exe path... browser launching but not navigating to url and not maximizing..using 17 java and 4.20 selenium..can help me on this?
Hello Please watch this video - ruclips.net/video/jglQpvPI58A/видео.html it will help you to solve your issue.