Thanks a lot your video has actual fixes provided...all other videos is just about importing jar files...how much ever I wanted to thankyou is less only
i am using selenium 4.25.0 with jdk11, still i am getting that warning- chrome (Version 129.0.6668.71)and edge(Version 129.0.2792.52 ) are updated Sep 25, 2024 6:16:02 PM org.openqa.selenium.devtools.CdpVersionFinder findNearestMatch WARNING: Unable to find CDP implementation matching 129 Sep 25, 2024 6:16:02 PM org.openqa.selenium.chromium.ChromiumDriver lambda$new$5 WARNING: Unable to find version of CDP to use for 129.0.2792.52. You may need to include a dependency on a specific version of the CDP using something similar to `org.seleniumhq.selenium:selenium-devtools-v86:4.25.0` where the version ("v86") matches the version of the chromium-based browser you're using and the version number of the artifact is the same as Selenium's.
Can you check if you have main method defined in your class. Ensure it has a public static void main(String[] args) method defined within the class. This is the signature for the main method where the execution starts from.
thank god you exist and made a video on this 🤕
After wasting 5 hrs found this one..Thanks a lot !!
trying for last 6 hours but can't identify the issue. then i seen this video which is really great !! thank you.
Glad it helped
Thanks a lot for this video, your video has actually fix the problem
It takes 1 day to free from that error i tried many ways but at the time of i loss my intrest ur lecture helps me alot..Thank you
Glad that the video was helpful. Please share to your friends and relatives.
Thank you
Your video made my day!!..
I was banging my head against the wall for far too long already! Thank you so much.
@@raquelcosta8959 Glad that it was helpful !! Please share to your friends and relatives.
This is the best video i got to resolve this issue. Thanks.
Thanks Man..This is really helpful session.
Thanks a lot your video has actual fixes provided...all other videos is just about importing jar files...how much ever I wanted to thankyou is less only
Glad that the video was helpful. Please share to your friends and relatives.
Thank you so much! I was straggling since 2 weeks and finally resolve it.
thank you so much its work i am trying from morning to solve this problem then i saw your video and its work properly thanks
Glad that it was helpful !! Please share to your friends and relatives.
Thanx for this video, it's very informative 😊😊😊
thank you very much bro i paid for course but there also dont have solution but you have hatts of you bro
Thank you, I was finding solution from 3 days.
Worked like a magic, Thank you so much!
Glad it helped ! Please share it to your friends and relatives.
Thank you ❤
Thank you very much. It was really helpful to me😊
thank you sir, working
i am using selenium 4.25.0 with jdk11, still i am getting that warning-
chrome (Version 129.0.6668.71)and edge(Version 129.0.2792.52 ) are updated
Sep 25, 2024 6:16:02 PM org.openqa.selenium.devtools.CdpVersionFinder findNearestMatch
WARNING: Unable to find CDP implementation matching 129
Sep 25, 2024 6:16:02 PM org.openqa.selenium.chromium.ChromiumDriver lambda$new$5
WARNING: Unable to find version of CDP to use for 129.0.2792.52. You may need to include a dependency on a specific version of the CDP using something similar to `org.seleniumhq.selenium:selenium-devtools-v86:4.25.0` where the version ("v86") matches the version of the chromium-based browser you're using and the version number of the artifact is the same as Selenium's.
Thank you very much bro....
Glad that you liked it !! Please share to your friends and relatives.
15000 rs coaching waste. your best. Iam watching previous video also. Thankyou.
Glad that you liked the video !! Please share it to your friends and relatives.
Thank you sir🎉
How to deal with array out of bounds while loading chrome driver with java
wasted 3hrs then found your video
Sir , to import WebDriver and ChromeDriver ,Autofixes nahi aa rahe hain selenium ki taraf se eclipse main kaya kree
In eclipse, you can try placing cursor on error class or interface and press CTRL + SHIFT + O (Organize Imports) to import packages automatically.
@@TechStack9 thanku so much sir🙌🏻❤️
Sir, showing below error while trying to run the program
"Editor does not contain a main type".
Can you please explain how to solve this?
Can you check if you have main method defined in your class.
Ensure it has a public static void main(String[] args) method defined within the class. This is the signature for the main method where the execution starts from.
@@TechStack9yes sir, It has the main method but still showing error