Thank you so much sir, i was having this issue in launching chrome browser. I tried everything, searched for websites, RUclips channel from past 1 day but I didn't find the exact solution. But after watching your video and resolving the issue in my eclipse I got the successful result. Thank you so much sir ❤️❤️❤️❤️🙏
@@MagneticAutomation It it great experience to got the reaction from your side as quickly. Sir I'm struggling in testng +test suit + log4j , connection with eclipse with already done web drivers project of selenium . Sir please make videos on this , How we can go through all of these three when we already done web driver project .
Hi Sir, thank you. This was useful. The error i was facing is mentioned in your first scenario. I followed the steps you mentioned but still my error didn't get resolved. Could you please suggest what could be the other reason.
Thx, Problem has resolved.But still getting one more issue was below Type mismatch: cannot convert from ChromeDriver to WebDriver Can you please how to fix it
Sir. I hv done this as you said but "still my problem is as you shown". I'm using windows. I don't know reason behind it. Im trying to solve this from 4 days. Can you help me.
@@kamleshthakare301 recently someone said me, ke "bhai tu sare ke sare jo Imports hai woh copy kar and past in different new class and save it for when you'll do something in other class it will automatically import from our saved class. I done that but problem is solved by 40% only.
Hi Bro, The problem got resolved. But i am hitting "Illegal state exception" error The driver executable is a directory: C:\Users\yyyyyy\Downloads\chromedriver_win32..Can you pls help me resolve this?
Hello, I have tried everything instructed in this video but still I am getting "the type org.openqa.selenium.webdriver is not accessible" Please advice, thank you.
Chrome not opening the url supplied , it is timing-out and getting the below message on the console:- Could not start a new session. Possible causes are invalid address of the remote server or browser start-up failure. ------------------------------------------------------------------------------------------------------------------------- package webdriver_basic; import org.openqa.selenium.WebDriver; import org.openqa.selenium.chrome.ChromeDriver; public class Launch { public static void main(String[] args) { // TODO Auto-generated method stub
System.setProperty("webdriver.chrome.driver", "C:\\IDE\\Drivers\\chromedriver.exe"); WebDriver driver = new ChromeDriver(); driver.get("chromedriver.chromium.org/downloads"); driver.quit(); }
Thank you so much. Nobody else covered this topic of troubleshooting. Scratching my head for 2 days now. Just found out the right video.
can you please explain where you download jar files how you resolved that issue, i am still facing the issue
Meeru devudu sir literally last two days i was trying to solve this and now it’s running antha mi video vale thnks sir
Welcome dear
Nen antha correct ga chesa but import statements ravatledu any idea
Thank you so much sir, i was having this issue in launching chrome browser. I tried everything, searched for websites, RUclips channel from past 1 day but I didn't find the exact solution. But after watching your video and resolving the issue in my eclipse I got the successful result. Thank you so much sir ❤️❤️❤️❤️🙏
My pleasure
Correct Solution So far for this Issue. Best Video. Thank You It solved my Problem.
Welcome dear
Great sir , you covered each silly topic of which students doing wrong
Welcome dear
@@MagneticAutomation
It it great experience to got the reaction from your side as quickly.
Sir I'm struggling in testng +test suit + log4j , connection with eclipse with already done web drivers project of selenium .
Sir please make videos on this , How we can go through all of these three when we already done web driver project .
Indians are Always The best people , Thank you !
Thank you dear
Thank you sir, Thank you so much....since 2 months I am facing problem, in a second you solved my issue really, great thank you once again
Thank you so much, literally I was breaking my head to solve it. Finally it has been resolved by watching this video
You are a rock start! Thanks and keep making helpful tutorials.
Great Sir Thank You! Your Video Helped Me Lot. 🙏
Welcome 😊
thank you so much sir without knowing this i was wasting my full day
You are most welcome
Hi , noted all three projects but still I am facing issue
I really stuck in that error but now it's resolved, Really thanks for that video
Libs is not showing when I click selenium Java file any help ?
Hi Sir, thank you. This was useful. The error i was facing is mentioned in your first scenario. I followed the steps you mentioned but still my error didn't get resolved. Could you please suggest what could be the other reason.
Watch Second Video
@@MagneticAutomation is not work 2nd on my
Thank you so much..Really useful..deppressed with 1 night
Welcome
Thankyou soo much sir for solving my problem 😊
Thank you sir, it is much helpful to solve errors
Thank you 🙏 .one jar file was missing.now it's working
Thank's a i was breaking my head thinking what i've done bad and you helped me a lot.
Thank you sir litter rally I m trying to solve from last 2 hr🙏🙏🙏 thanks
bhai ji god ho 100 % fix the issue
Hi sir ...
I have added jars .. but still I'm not getting import ..
What to do ????
Sir import statement is coming for webdriver or Chromedriver but not for both how can I fix these
Thankyou so much Sir.
Welcome dear 🤗
Will it work for javaSE-15
Yes
Hello sir
I have installed the jar files in classpath but still getting error
Very helpfull tqsm
Thank you so much for the solution sir☺️
Thx, Problem has resolved.But still getting one more issue was below
Type mismatch: cannot convert from ChromeDriver to WebDriver
Can you please how to fix it
Please share screen shot at mpremchand99@gmail.com
i try everything you say but still error not resolved... pls help
It helped me a lot. Tqsm
Hii Sir
Getting error as
Error occurred during initialisation of boot layer
Java.lang.module.FindException: Module DemoSelenium not found
you TestNG jar files also added at modulepath instead of class path ... it will work for or try on fresh project once
sir, i still face this error: the type org.openqa.selenium.webdriver is not accessible
can you please guide?
Have you seen second part of this video ?
@@MagneticAutomation Yes sir.
I have all 7 files - I removed those and added again still same.
I need to personally check it check then
Make a video of your project share me on Google drive
@@MagneticAutomation yes sir
Thanks Sir problem recolved
thank u so much for this video
My pleasure
the method quit() is undefined for the type webdriver...how to solve error
share screenshot on mpremchand99@gmail.com
Still facing the issue
i dont see classpath or modulepath folder there
Sir. I hv done this as you said but "still my problem is as you shown". I'm using windows.
I don't know reason behind it. Im trying to solve this from 4 days.
Can you help me.
same here bro , i try every thing even delete all and again download but still same error ,eclipse ide ,java jar,seleniumjaretc.
@@kamleshthakare301 recently someone said me, ke "bhai tu sare ke sare jo Imports hai woh copy kar and past in different new class and save it for when you'll do something in other class it will automatically import from our saved class.
I done that but problem is solved by 40% only.
Still I'm facing issues in importing as per your suggestions.
Hi please did you figure out a solution? All my jars are imported correctly but I’m still facing same issue
Thank you so much
Perfect solution
Thanks dear.
Hi sir my lap is not solved what can I do now.
Thank you so much 😢
hi sir i am using jdk20 , i have copied all the jar files . but still the problem exists
Watch second part
Nice your trik
Thank you sir..it worked
Hi Bro, The problem got resolved. But i am hitting "Illegal state exception" error The driver executable is a directory: C:\Users\yyyyyy\Downloads\chromedriver_win32..Can you pls help me resolve this?
I have created seperate video for this
Well explained.
Thnks, it works...
Welcome dear
Thank you so much it works
Thanks you sir 👍
It worked thank you
Thanks you sir!
My problem not getting solved
Thanks sir
I tried both but same issue I am facing 😔😔
thank you
Sir still i get same error
I'm still getting error
you are great
Not working for me tried all 3
There might be some other problem. Kindly have a discussion with expert person
Hello, I have tried everything instructed in this video but still I am getting "the type org.openqa.selenium.webdriver is not accessible" Please advice, thank you.
have you seen second part of same error
@@MagneticAutomation no, I tried searching but couldn't find it, can you please paste the link?
ruclips.net/video/OHtRHXPJn7U/видео.html
Chrome not opening the url supplied , it is timing-out and getting the below message on the console:-
Could not start a new session. Possible causes are invalid address of the remote server or browser start-up failure.
-------------------------------------------------------------------------------------------------------------------------
package webdriver_basic;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.chrome.ChromeDriver;
public class Launch {
public static void main(String[] args) {
// TODO Auto-generated method stub
System.setProperty("webdriver.chrome.driver", "C:\\IDE\\Drivers\\chromedriver.exe");
WebDriver driver = new ChromeDriver();
driver.get("chromedriver.chromium.org/downloads");
driver.quit();
}
}
Hi..did you tried with any different url
Thank you
You're welcome
Thank you so much sir
thank you sir