🔥Professional Certificate Program in Cloud Computing and DevOps (India Only) - www.simplilearn.com/cloud-computing-devops-course?NJZop3GZWQU&Comments&TH-cam 🔥DevOps Engineer Master's Program - www.simplilearn.com/devops-engineer-masters-program-certification-training?NJZop3GZWQU&Comments&TH-cam 🔥Caltech - Post Graduate Program in DevOps - www.simplilearn.com/pgp-devops-certification-training-course?NJZop3GZWQU&Comments&TH-cam
We are glad you found our video helpful, Tamilmaran. Like and share our video with your peers and also do not forget to subscribe to our channel for not missing video updates. We will be coming up with more such videos. Cheers!
Hello, thank you for watching our video. We will definitely look into your suggestions. Do subscribe and stay tuned for updates on our channel. Cheers :)
I'm getting these errors, and I'm not sure why. "The import org.openqa.selenium.WebDriver cannot be resolved" "The import org.openqa.selenium.firefox.FirefoxDriver cannot be resolved" "WebDriver cannot be resolved to type" "FirefoxDriver cannot be resolved to a type, WebDriver cannot be resolved to a type" and "WebDriver cannot be resolved to a type" Could someone please help me out?
We are glad you found our video helpful, Raja. Like and share our video with your peers and also do not forget to subscribe to our channel for not missing video updates. We will be coming up with more such videos. Cheers!
Hey Ysreedhar, thank you for appreciating our work. We are glad to have helped. Do check out our other tutorial videos and subscribe to us to stay connected. Cheers :)
Hi I get error for selenium connecting to Chrome it gets timed out says on the console once i run the script. THo says ChromeDriver started successfully. i had JAva JDK 14 but went down to the lates JDK 8 as people have mentioned to go for that. everything runs fine except for that
Exception in thread "main" java.lang.Error: Unresolved compilation problems: Cannot make a static reference to the non-static field driver FirefoxDriver cannot be resolved to a type i am getting error
could you please tell me which are the compatible versions of java, eclipse, seleniun, chromeDriver, geckodriver, IEdrivers now. I am having some version issues.... please and thank you.
"Hi Jatin, You can use the system.setProperty method. System.setProperty(""webdriver.gecko.driver"",""C:\\Users\\divya\\Downloads\\Drivers\\geckodriver.exe"");"
while selecting run as I'm getting none applicable, unable to select java env, and iiam not able to add external jar files in module path instead it only allows me to add in class path
Please protect ports used by ChromeDriver and related test frameworks to prevent access by malicious code.i am getting this error after writing my first script and some black window open and closes.can you please help me out how to rectify it and get my webpage open
excellent piece of work i have follow all your instructions and get the same result.thank you so much is there any of your tutorial related to selenium coding?
it gives error Exception in thread "main" java.lang.NullPointerException at Edu.SmileMeIn.lunchbrowser(SmileMeIn.java:11) at Edu.SmileMeIn.main(SmileMeIn.java:17)
🔥Professional Certificate Program in Cloud Computing and DevOps (India Only) - www.simplilearn.com/cloud-computing-devops-course?NJZop3GZWQU&Comments&TH-cam
🔥DevOps Engineer Master's Program - www.simplilearn.com/devops-engineer-masters-program-certification-training?NJZop3GZWQU&Comments&TH-cam
🔥Caltech - Post Graduate Program in DevOps - www.simplilearn.com/pgp-devops-certification-training-course?NJZop3GZWQU&Comments&TH-cam
Finally, a coherent explanation. thanks. you have a nice speaking voice btw :)
Glad it was helpful!
Great wonderful explanation especially for beginner....Thanks.
You are welcome!
very useful video and no confusion in the steps
Hello, thank you for watching our video. We are glad that you liked our video. Do subscribe and stay connected with us. Cheers :)
Hi mam, Thanks for the clear explanation... & I like your English pronunciations skill.
Thank you very much madam, it's so help full for me Thanks a lot
You are most welcome
Thank u so much for this amazing vedio mam. I'm a fresher and I'm interested to learn selenium.this vedio helps me alot.
very clear explanation for java eclipes installing procedure GREAT MADAM by C Tamilmaran
We are glad you found our video helpful, Tamilmaran. Like and share our video with your peers and also do not forget to subscribe to our channel for not missing video updates. We will be coming up with more such videos. Cheers!
Thank u very good explanation
You are welcome
Very good video for begginer...thanks a lot
We are so grateful for your kind words. Also, subscribe to our channel and stay tuned for more videos. Cheers!
for the path you can run refreshenv command and it does it, from powershell or cmd prompt with elevated admin privs.
Thanks for your valuable input!
@@SimplilearnOfficial there is also an easy way to install stuff using chocolatey
True that. Thanks for the info!
Amazing video, it was so helpful for me thanks so much.
Glad it was helpful!
Mam import webdriver is not showing what is problem 15:44 in video please help if any one knows
explanation was very clean and understandable.
Glad it was helpful!
Thank you. This video was really helpful.
Great to hear that Simplilearn is helping you learn better .
Thank you for being so useful.
Glad it was helpful!
Excellent explanation. Many thanks.
You are welcome!
Mam thank you for wonderfull explanation
Very welcome!
Very good and clean explanation of installation..thanks very much!!,:-)
Hey Saranya, thank you for watching our video. We are glad that you liked our video. Do subscribe and stay connected with us. Cheers :)
too fanatic guide my script started working Thanking u lot
Hello, thank you for watching our video. We are glad that you liked our video. Do subscribe and stay connected with us. Cheers :)
Great Example. Thank you :)
Glad you enjoyed our video! We have a ton more videos like this on our channel. We hope you will join our community!
Simplilearn can you make testing video for desktop application?
Hello, thank you for watching our video. We will definitely look into your suggestions. Do subscribe and stay tuned for updates on our channel. Cheers :)
Thank you❤️❤️❤️👌
You're welcome 😊
I'm getting these errors, and I'm not sure why.
"The import org.openqa.selenium.WebDriver cannot be resolved"
"The import org.openqa.selenium.firefox.FirefoxDriver cannot be resolved"
"WebDriver cannot be resolved to type"
"FirefoxDriver cannot be resolved to a type, WebDriver cannot be resolved to a type"
and "WebDriver cannot be resolved to a type"
Could someone please help me out?
good explanation and keep it up
We are glad you found our video helpful, Raja. Like and share our video with your peers and also do not forget to subscribe to our channel for not missing video updates. We will be coming up with more such videos. Cheers!
Thank you very much -)
You are welcome!
Thanku so much ma'am
Most welcome 😊
thanks it was very useful for me, clear and understandable
You are welcome!
Very good explanation.. thank you
Hey Ysreedhar, thank you for appreciating our work. We are glad to have helped. Do check out our other tutorial videos and subscribe to us to stay connected. Cheers :)
If I will be scripting in Python, is this procedure also valid?
Hi I get error for selenium connecting to Chrome it gets timed out says on the console once i run the script. THo says ChromeDriver started successfully. i had JAva JDK 14 but went down to the lates JDK 8 as people have mentioned to go for that. everything runs fine except for that
This guy mentions a fix for this around 7:50 th-cam.com/video/bW43a3vOFjU/w-d-xo.html
Great Video
Thanks for the great comment! Cheers!
Getting this error - Error: Unable to initialize main class FirstSeleniumTest
Caused by: java.lang.NoClassDefFoundError: org/openqa/selenium/WebDriver
Exception in thread "main" java.lang.Error: Unresolved compilation problems:
Cannot make a static reference to the non-static field driver
FirefoxDriver cannot be resolved to a type
i am getting error
for me its working fine
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.firefox.FirefoxDriver;
public class FirstSeleniumTest {
WebDriver driver;
public void launchBrowser() {
System.setProperty("webdriver.gecko.driver", "D:\\Technical Preparation\\SeleniumTutorial\\Selenium browser drivers\\geckodriver.exe");
driver=new FirefoxDriver();
driver.get("www.amazon.in/");
}
public static void main(String[] args) {
// TODO Auto-generated method stub
FirstSeleniumTest obj=new FirstSeleniumTest();
obj.launchBrowser();
}
}
could you please tell me which are the compatible versions of java, eclipse, seleniun, chromeDriver, geckodriver, IEdrivers now.
I am having some version issues.... please and thank you.
u are suppose to select all latest version better as per my opinion
thanx sister
You are welcome!
Is JAVA 8 the latest compatible?
I've had troubles running it on 14 but on 8 it runs just fine.
Hey! Java 8 is the most widely used version. It's a long term support version. However, you could also try Java 11
How to add the browser's path in driver folder in the package folder?
Please let me know..
"Hi Jatin, You can use the system.setProperty method.
System.setProperty(""webdriver.gecko.driver"",""C:\\Users\\divya\\Downloads\\Drivers\\geckodriver.exe"");"
while selecting run as I'm getting none applicable, unable to select java env, and iiam not able to add external jar files in module path instead it only allows me to add in class path
It generally works perfectly after the right installation. I suggest you follow the steps again and re install it.
Please protect ports used by ChromeDriver and related test frameworks to prevent access by malicious code.i am getting this error after writing my first script and some black window open and closes.can you please help me out how to rectify it and get my webpage open
Please ensure that your browser is of the latest version. sites.google.com/a/chromium.org/chromedriver/downloads Use this site to download the driver.
excellent piece of work i have follow all your instructions and get the same result.thank you so much is there any of your tutorial related to selenium coding?
Hi, we are glad you found our video helpful. For more tutorial and coding part, check this video out: th-cam.com/video/Jdkrj2lDAEY/w-d-xo.html
it gives error
Exception in thread "main" java.lang.NullPointerException
at Edu.SmileMeIn.lunchbrowser(SmileMeIn.java:11)
at Edu.SmileMeIn.main(SmileMeIn.java:17)
thank u very much
You are most welcome!
Mam thank you for the wonderful explanation
Thanks and welcome!