Hello the easy way Actually i know everything for automation but back in 2021 and things changes a bit so i was searching how can i automate in 2024. So many things changed yes new version😅. Since i am manual tester for 2 years things get off .
I have facing issue when run script an and give error in console browser name: chrome and browser version:125.0.6422.142 Chrome driverVersion:125.0.6422.141- this type of error is throughout while run script.i try multiple steps but not able to fix it
@@WithEasyWays01 iam trying each and every way to fix this issue but not able to solve this issue.please tell me step to step and I have already waste 2 to 3 days.
@@avinashk8485it would be good if u tell me the exact error...I could help you better , but with the information u provided try the following : Right click on the project --> Maven --> Update Project --> Select all the checkbox (including Offline and Force Update)
Thanks a lot . you did e great job. please continue the Selenium series
Sure.....Thanks 😊
Thnks alot mam,,,, finally apki video se hi mai sab install kr pai....thanks alot
Most welcome 🤗
great work was struggling to install selenium , but you have uploaded one of the best and easiest way to install it. Thank you so much
Welcome 🤗
Thankyou , You are very good, Please keep posting videos :)
Thanks for your feedback, will shortly post more videos 🙂
video is alooot informative in easy way
Thank you 😊....please checkout other videos on selenium web driver on this channel
Your video was very helpful, thank you!
Welcome 😊
Great 👍
Thankyou :)
Nice video
Thanks
Great 👍
Thank you! :)
Very INformative - Just now i did all installation - How do i get chromedriver path?
Pls refer my another video : ruclips.net/video/pxs8-p9EiK4/видео.html
Hello the easy way
Actually i know everything for automation but back in 2021 and things changes a bit so i was searching how can i automate in 2024. So many things changed yes new version😅. Since i am manual tester for 2 years things get off .
Okay.. I ll keep updating and will post more videos, thankyou :)
@jeet_youtuber can you help I am getting error message when I create a class from src after installing selenium
@@ganeshkasamurthy7374 what error you are getting
I am not getting option to import WebDriver class. How to import ?
Did u add web driver jar ?
@@WithEasyWays01 how to add that
@@WithEasyWays01 please make video on it i also need to type import code manually
I have facing issue when run script an and give error in console browser name: chrome and browser version:125.0.6422.142
Chrome driverVersion:125.0.6422.141- this type of error is throughout while run script.i try multiple steps but not able to fix it
Pls check the chrome browser version and the chrome driver version, both should be same
@@WithEasyWays01 iam trying each and every way to fix this issue but not able to solve this issue.please tell me step to step and I have already waste 2 to 3 days.
Add webdrivermanager dependency and try tis code - webdrivermanager. Chromedriver(). Setup();
we no need to download jdk java files , already present in eclipse
You missed how you created hello.java file.
Right...I missed it.....pls create it inside SRC folder >> right click on SRC folder>>click on new option >> click on class option>> create class
binary file kya hai ? video banao
Mam how to get a chrome driver path
Please check my second video: ruclips.net/video/pxs8-p9EiK4/видео.htmlsi=3mNzPHEE--WZcCxh
Where I can get the Chrome Driver Path Mam pls tel me
Please go to my second video : ruclips.net/video/pxs8-p9EiK4/видео.htmlsi=sv3qAeiR7lNaBrTI
Mam mera nhi ho pa rha hai bar bar khrab ho ja rha hai setting
You are not saying about driver downloads
I have covered it in next video....pls watch it
Hello ma'am
I am getting error msg when I create class can help me
What errors you are getting?
Am getting error in pom file mam
What is the error?
It's at first line of pom file where we are mentioning the XML file name
@@avinashk8485it would be good if u tell me the exact error...I could help you better , but with the information u provided try the following :
Right click on the project --> Maven --> Update Project --> Select all the checkbox (including Offline and Force Update)
@@WithEasyWays01 i have done it to but i didn't get mam
@@WithEasyWays01 I have mailed u with attachment of pic where the error i got
please post in english
Sure..my other video is in English...this one is just a trial one
Can i get the code present in hello.java
System.setProperty("webdriver.chrome.driver","chromedriver path");
WebDriver driver=new ChromeDriver();
driver.get("www.google.com/");