I have gone through many vedios in youtube for selenium but I never settle to anyone of the channel but your way of explanation was very excellent and clear...Thank you so much fo the vedio...
Sir you are awesome! You are a great teacher. I have seen countless videos to learn how to install selenium, I was more than worries about it. You did an awesome job here. It worked for me finally. Thank you so much for this video.
Thank you so much, my first selenium script was successful. Tip - Don't give path where save extract file and extracted files are same - Change it to different path.
Simple, clear, registered it but I wanna suggest for those who cannot add jar files directly in "external jar files", click on "classpath" there u can directly do it. *this novice advice is only for beginners*.
Thanks a lot Mukesh.! Really Helpful! the way you explain things is just awesome... The last part right before closing the session for adding the document, which nobody would have noticed, and you suddenly showed that which is of big use going further... Simply excellent! Thanks a lot. Thanks, Shubham :)
Hi Mukesh Sir, thank you for the best explanation. Had one doubt, can we use jdk 11, the latest version along with Eclipse Oxygen and use the setup for project?
Thank you so much for this complete process. I am curious to know If there is anything in Selenium we can do without the browser i.e. that will not require the driver for any browser .
Yes Jhansi, I do sessions on Selenium. Next batch is starting from 5th Sep. Here is the complete details. learn-automation.com/selenium-webdriver-online-training/
Hi Deepika, you can do in different ways 1- Create new class and copy paste the code in new file 2- In eclipse click on project go to src folder then right click import and select file 3- You can right click on java file and open with any editor. (Notepad or Notepad ++ as well)
Hi mukesh g..... Now a days for automation testers.... Asking about jenkins.... I am not getting what is jenkins and what's the relation of jenkins to automation testing... Can you please make video on.. Jenkins please.....
I have video on Jenkins too but I can understand your question that need to jenkins in automatiom. Sure, I will add video on this too. Here is the quick video on Jenkins installation and usage th-cam.com/video/gT9qnZi3f74/w-d-xo.html
Hey, Mukesh is it mandatory to Use JDK 8 because I tried to work on Latest JDK 14/15 but the latest JDK does not support some Webdriver functions.(For eg. the sendKeys() function)
hi mukesh, I tried to download latest selenium web driver but it comes with several jar files like byte buddy , okie, guava etc, can I still go ahead and follow your videos irrespective of the number of jars.
OK, if you use JAVA version 8 (when setting up a new JAVA project) it works fine. I've just read that JAVA 8 is supposedly the latest compatible version with Selenium.
Hello Sir, Can you please let me know the beginners module videos. I am new to this, So as you said in this video that there are couple of other beginners video to write code. I couldn't find it, can you please tell me which one are those?
@@unprofessionalcritic3107 Yes it should work but you might face or might not face any issue. You can give a try and let me know if you face any issue. I will help you out.
@@Mukeshotwani i tried so many times with tutorial from many sites. I don't know what I'm doing wrong but it's not working with jdk 15. I'll try again with jdk 8. I'll let you know if yhat works. Thank you so much for your help. ❤️
Hello !!! Please help me with something !! What is the method in Java to hover an element and afterwards verify that the color is changed after the hover (transparent element). Thanks
Hi Cuibus, this video will explain the same th-cam.com/video/mpp0zCX0R34/w-d-xo.html After mouse hover you can capture any attribute. You can use getAttribute or getCSS method will help you.
Hi Mukesh, Your videos are very good. I am having error while i am trying to lunch chrome from eclipse. Error occurred during initialization of boot layer java.lang.module.FindException: Unable to derive module descriptor for C:\Users\aksha\Downloads\selenium-server-standalone-3.141.59.jar Caused by: java.lang.module.InvalidModuleDescriptorException: Provider class org.eclipse.jetty.http.Http1FieldPreEncoder not in module i can also share the screenshot of the error screen.. Can you pls help
Sir getting an error while using Relative Locator above..i have added a static import Error Argument is of an illegal type: org.openqa.selenium.By$ByTagName Waiting for solution.
Hi Mukesh i followed the steps you have showed. But since the seleniumhq website got changed the path we copied is not working for docs. Could you give me the new link to add java docs to selenium jar.
@@Mukeshotwani Still its not working for you. Showing error like below. Note: This element neither has attached source nor attached Javadoc and hence no Javadoc could be found
HI mukesh thank you very much for your detail videos on selenium. can you please help me with following error when trying launch the eclips i am getting a message "Java was started but returned exit code=13....."
Yes we can Datta, just created any Maven project or Normal java project and add Selenium jars. VSCode has some features which you will definitely love it.
Hello Mukesh Sir, M using Eclipse IDE 2019-12 and java jdk 13.0.1. I have installed and extracted all jar files with proper instructions. BUt m facing a problem which states "The package org.openqa.selenium is not accessible" and "The package org.openqa.selenium.firefox is not accessible". Please help me sir. What should I do?
@@Mukeshotwani Thankyou sir. I just got the point and I have re installed java 8 and Eclipse 4.8 and now m able to use it. And your videos are very much useful for me sir. They are like a boon to me because m a Mechanical guy trying to switch into software testing. Thank-you sir. The videos are very helpful and easy to understand to me ❤️
Hello sir I getting this error, can you please help me ?? Exception in thread "main" java.lang.IllegalStateException: The path to the driver executable must be set by the webdriver.chrome.driver system property; for more information, see github.com/SeleniumHQ/selenium/wiki/ChromeDriver. The latest version can be downloaded from chromedriver.storage.googleapis.com/index.html at com.google.common.base.Preconditions.checkState(Preconditions.java:847)
Hi Shreya, you need to pass chromedriver path in order to run Chrome Test on Chrome browser learn-automation.com/launch-chrome-browser-using-selenium-webdriver/
When i installed jdk-15.0.2_windows-x64_bin.exe from poratal from c drive seen only jdk-15.0.2 not found JRE please make video on updated versionsof selenium eclipse
Hello, really a nice explanation, thanks for this but I'm getting an error like this Exception in thread "main" java.lang.IllegalStateException: The path to the driver executable must be set by the webdriver.chrome.driver system property; for more information, see github.com/SeleniumHQ/selenium/wiki/ChromeDriver. The latest version can be downloaded from chromedriver.storage.googleapis.com/index.html at com.google.common.base.Preconditions.checkState(Preconditions.java:847) Please suggest what needs to be done?
Hi Rachitha, In your code chromedriver is missing which is causing the issue. Please share your program and I will help you if you are still facing the same issue.
Hi Rachitha, the path given for ChromeDriver is not correct. System.setProperty("webdriver.chrome.driver", "path\to\chrome\driver"); Make sure the path to chrome driver is correct.
Until Cmd everything went correct but after downloading eclipse after extraction it is displaying error "a jre or jdk must be available in order to run eclipse. No jvm was found after searching the following locations: C:\......\eclipse\jre\bin\java.exe java.exe in your current PATH" What is it??
Hi Mukesh, I was following the tutorial code and encountered this error while executing the script. Could you please direct me on how should I go about to fix this: Starting ChromeDriver 78.0.3904.105 (60e2d8774a8151efa6a00b1f358371b1e0e07ee2-refs/branch-heads/3904@{#877}) on port 5337 Only local connections are allowed. Please protect ports used by ChromeDriver and related test frameworks to prevent access by malicious code. The chrome opens but crashes immediately. Thank you
Hi Mukesh, Here are the details: selenium-server-standalone-3.141.59 jdk-8u231-windows-x64 Google Chrome Version 78.0.3904.108 (Official Build) (64-bit) Google Chrome Driver Version - ChromeDriver 78.0.3904.105 Please let me know if any more information is required. Also if could get the email id to reach you for any queries. Thank you
Hello Mukesh, While writing WebDriver driver=new ChromeDriver() ; The underlined red lines are coming under WebDriver and ChromeDriver, but when I am hovering on those importing of package option is not showing for me. Could you pls help me where I have missed anything
Error occurred during initialization of boot layer java.lang.module.FindException: Unable to derive module descriptor for C:\Users\mypc\Downloads\selenium-server-standalone-3.141.59.jar Caused by: java.lang.module.InvalidModuleDescriptorException: Provider class org.eclipse.jetty.http.Http1FieldPreEncoder not in module What will be the solution?
i am not able to run the program getting error "Exception in thread "main" java.lang.NoClassDefFoundError: com/google/common/collect/ImmutableMap". Could you help me.
Hi Mukesh Sir, i tried almost all the things but unable to resolve the issue " The import org.openqa.selenium.WebDriver cannot be resolved" .. please help me in this
Can anyone help me here, i have added the link of the javadoc inside the selenium standalone server library but when i hover on the script like at driver.getTitle, it shows me no javadoc could be find.
@@Mukeshotwani Hi Mukesh, i added the url which u have given above, still i didnt work, i dont see any details when i hover on the script. Please help.
Error occurred during initialization of boot layer java.lang.module.FindException: Unable to derive module descriptor for C:\Users ishe\Downloads\selenium-2.46.0-20200519T022742Z-001\selenium-2.46.0\selenium-server-standalone-2.46.0.jar Caused by: java.lang.module.InvalidModuleDescriptorException: Provider class org.apache.bsf.BSFManager not in module I am getting this error while executing the program
@@Mukeshotwani Sir, hv been following your selenium tutorials since a few days.. I jst made a fresh attmpt of installing it using your video and it worked. Thankyou very very mch👍 u hv been teaching us outstanding.
Me-Selenium is hard
Mukesh Otwani-Hold my beer!
Thanks Mohnish for best comment.
I have gone through many vedios in youtube for selenium but I never settle to anyone of the channel but your way of explanation was very excellent and clear...Thank you so much fo the vedio...
Thank you Jhansi, this comments means alot to me.
Mukesh, I am in a class and the support could not even help me with this installation. I had to learn from you! Thanks!!
Thank you Jamila 😇👍
Sir you are awesome! You are a great teacher. I have seen countless videos to learn how to install selenium, I was more than worries about it. You did an awesome job here. It worked for me finally. Thank you so much for this video.
Awesome Tabish, let me know if you need any help from my end.
@@Mukeshotwanisir can I have your inbox?
mukeshotwani@learn-automation.com
I always use to search here & there but finally your videos really makes a difference for me.......Thank you....
Happy to help Farhad, I am glad it worked for you.
Thank you so much, my first selenium script was successful. Tip - Don't give path where save extract file and extracted files are same - Change it to different path.
Noted Buddy
I rarely find people who explain very basic. Thanks . I am able to import now
Cheers and thank you.
Do try the same with different browsers like Firefox and IE browsers.
Sure
This clip was very helpful. Thank you!
Glad it was helpful!
excellent explanation..............
Glad it was helpful! Thanks Murali
Thank you , look forward for more such simple effective videos
Sure bintz many videos coming
Thank you so much for this video it's very helpful 😊👍keep it up
Most welcome 😊 Pallavi, thank you for following videos.
Simple, clear, registered it but I wanna suggest for those who cannot add jar files directly in "external jar files", click on "classpath" there u can directly do it. *this novice advice is only for beginners*.
Thanks Bhavya
Thank you Mukesh, all of your videos are very helpful and easy to follow. Very much appreciated! Well Done!
Thank you so much Carl 😀
Best video for beginners 👍🔥
Thank you 🙌 Monika
Great video, helped a lot and the last documentation part was too good.
Glad it was helpful!Thanks Kalyani
Thank you so much sir☺it's really very useful for the beginners 😊
Thank you Keerti
finally got a solution just because of you!
lots of thanks.
Thanks a lot Mukesh.!
Really Helpful!
the way you explain things is just awesome... The last part right before closing the session for adding the document, which nobody would have noticed, and you suddenly showed that which is of big use going further... Simply excellent!
Thanks a lot.
Thanks,
Shubham :)
Mukesh super explanation
Great video with detailed info . You are the Best ! :)
It's a very knowledgeable video through which I able to install the selenium.
great Samudra keep learning
Thank you somuch sir it is very very helpfull😄🙋♀️
Thank you Monika for following all videos. I am glad you hear from you.. ☺
Hi Mukesh Sir, thank you for the best explanation. Had one doubt, can we use jdk 11, the latest version along with Eclipse Oxygen and use the setup for project?
excellent explanation thanks a lot sir
You are most welcome Mate :) Keep learning.
Your video helped alot... thank you so much
Glad to hear that! Sarmistha
great sir, ur videos help me a lot. thanks
Hi Mani thank you.
Your explanation was clear and understandable. Thank you, very much appreciated!!
very well explained for beginner.. Exactly need what i was looking for .. Thank you sir :)
Great👍
Thank you bro. This video helped me to get out of all errors .
Thanks Bro it works for me keep it up
Welcome 👍 Shiva
THQ mukesh it's really helpful
very good explanation and able to write my first script, thanks alot!!
its too much easy way thanks sir thank soo much
Thank you so much for this complete process.
I am curious to know If there is anything in Selenium we can do without the browser i.e. that will not require the driver for any browser .
Thank you so much your tutorial helped me a lot
Thanks Buddy.
Tell us if any online classes you r teaching on selenium...
Yes Jhansi, I do sessions on Selenium. Next batch is starting from 5th Sep.
Here is the complete details.
learn-automation.com/selenium-webdriver-online-training/
Which version of eclipse do you recommend that I download now? There are so many available after oxygen and photon.
Hi Vijay you can go ahead with photon n r package
@@Mukeshotwani thank you.
It helped me alot..thank u
I am glad it helped.. thanks Deepika
May I know how to open saved program..firstseleniumscript.java...i am new to selenium
Hi Deepika, you can do in different ways
1- Create new class and copy paste the code in new file
2- In eclipse click on project go to src folder then right click import and select file
3- You can right click on java file and open with any editor. (Notepad or Notepad ++ as well)
thank very well explained no one did tell about that java doc thanks
Tq bro my problem is solved
awesome
any video for using build tool like maven @Mukesh
Hey Vaibhav, her is the link th-cam.com/video/WIiFTb9RMNw/w-d-xo.html
please make video for testing some code for accessibility tests. thank you
21:46 what if its version 100? Can it still work with over versions 77 and 78?
Yes Sir it will work
@@Mukeshotwani thank you i already got selenium jars from another video. But your video helped me.
@@vulturehcr2766 😊😊
thank you very much, great explanation!
I am glad, it helped you.
Aap Dhanya hai prabhu
You are awesome Srejen
That was helpful. Thanks for the video!
Hi mukesh g..... Now a days for automation testers.... Asking about jenkins.... I am not getting what is jenkins and what's the relation of jenkins to automation testing... Can you please make video on.. Jenkins please.....
I have video on Jenkins too but I can understand your question that need to jenkins in automatiom.
Sure, I will add video on this too.
Here is the quick video on Jenkins installation and usage th-cam.com/video/gT9qnZi3f74/w-d-xo.html
Sir please tell me ,is core i5 4th generation computer is enough for selenium in java eclipse?
Hi Akshay, yes make sure you just have 4GB (Min) and Standard 8GB. Mininum hard disk of 20GB.
Which is the best website to practise selenium?
its just amazing...............heled me a loooot :)
Most welcome Shabnoor 🙏
Hello mukesh sir I need videos on spectron in which we can automate electron basis desktop app
Hi Punam please use UIPath for the same th-cam.com/video/_8g6Z4vW5e8/w-d-xo.html
Thanks Mukesh !
🙏
tq so much
Welcome Seeta Ram
Hey, Mukesh is it mandatory to Use JDK 8 because I tried to work on Latest JDK 14/15 but the latest JDK does not support some Webdriver functions.(For eg. the sendKeys() function)
recommend is JDK 8.. it supports all features 🙌
very good, thanks
Thanks Arun
it's osm No need to go any other..
Thank you Rohan.
hi mukesh, I tried to download latest selenium web driver but it comes with several jar files like byte buddy , okie, guava etc, can I still go ahead and follow your videos irrespective of the number of jars.
OK, if you use JAVA version 8 (when setting up a new JAVA project) it works fine.
I've just read that JAVA 8 is supposedly the latest compatible version with Selenium.
Hello Sir, Can you please let me know the beginners module videos. I am new to this, So as you said in this video that there are couple of other beginners video to write code. I couldn't find it, can you please tell me which one are those?
Hi Paul, here is the link th-cam.com/play/PL6flErFppaj2ArNxLyR4nQ4JV8qFc56-M.html
Sir is i3 4th generation computer is enough for selenium ?please reply?
Sir, could you please make a video on input streams in Java
Hi Rupa, I have explained inputstream class in below videos
th-cam.com/video/sbBdj4zIMqY/w-d-xo.html
th-cam.com/video/4UsS3vERhEE/w-d-xo.html
@@Mukeshotwani thank you sir, will check it out 👍
Does it have to be jdk 8 only? Can i use jdk 15?
Yes you can use JDK 15 too but JDK 8 is compatible with Selenium.
@@Mukeshotwani so jdk 15 won't work with selenium?
@@unprofessionalcritic3107 Yes it should work but you might face or might not face any issue. You can give a try and let me know if you face any issue. I will help you out.
@@Mukeshotwani i tried so many times with tutorial from many sites. I don't know what I'm doing wrong but it's not working with jdk 15. I'll try again with jdk 8. I'll let you know if yhat works. Thank you so much for your help. ❤️
@@unprofessionalcritic3107 sure mate let me know will work it out for sure 👍
Thank u so much!!
Hello !!!
Please help me with something !!
What is the method in Java to hover an element and afterwards verify that the color is changed after the hover (transparent element). Thanks
Hi Cuibus, this video will explain the same th-cam.com/video/mpp0zCX0R34/w-d-xo.html
After mouse hover you can capture any attribute. You can use getAttribute or getCSS method will help you.
Please teach us with more clarity and explanations of every line.
Divya which line or statement is not clear to you ?
this was basically only for installation. Are you able to configure in your system?
Hi Mukesh, Your videos are very good. I am having error while i am trying to lunch chrome from eclipse.
Error occurred during initialization of boot layer
java.lang.module.FindException: Unable to derive module descriptor for C:\Users\aksha\Downloads\selenium-server-standalone-3.141.59.jar
Caused by: java.lang.module.InvalidModuleDescriptorException: Provider class org.eclipse.jetty.http.Http1FieldPreEncoder not in module
i can also share the screenshot of the error screen.. Can you pls help
Hi Akshay, can you tell me other details like Browser version, browser driver version and Java version?
Same thing with me
Hello sir
In this video, version mentioned for Java istallation is 8
but updated version is 11. So I need to install 8 only or updated one
You can use latest version of jdk. Make sure you have updated the environment variable. It should work fine.
Is this fixed Rupali?
great
I hope you are able to follow all videos now.
SLF4J failed to load class "org.slf4j.impl.staticsLoggerBinder
Can we please assist what jar to be added ?
Hey Vikram, I guess it is just warning.
Yes.what should I add to remove those.
Sir getting an error while using Relative Locator above..i have added a static import
Error
Argument is of an illegal type: org.openqa.selenium.By$ByTagName
Waiting for solution.
Hi mukesh, is this Selenium IDE or selenium web driver?
Webdriver
Selenium IDE is record n play tool.
@@Mukeshotwani ok here on the top the console says "Ecilipse IDE", so just wondering, please tell me I'm I good to go.
Helo sir, i am non technical and want to learn selenium with java which your paylist should i follow first??
Hi i am getting exception the path to the driver executable must be set by the webdriver
Thanx.
welcome 🙏 Binita
Awesome!!!
Hi Mukesh i followed the steps you have showed. But since the seleniumhq website got changed the path we copied is not working for docs. Could you give me the new link to add java docs to selenium jar.
Hi Darshan here is the link selenium.dev/selenium/docs/api/java/index.html
@@Mukeshotwani Still its not working for you.
Showing error like below.
Note: This element neither has attached source nor attached Javadoc and hence no Javadoc could be found
HI mukesh thank you very much for your detail videos on selenium. can you please help me with following error when trying launch the eclips i am getting a message "Java was started but returned exit code=13....."
Sir, Can we use vs code instead of eclipse?
can u guide us?
Yes we can Datta, just created any Maven project or Normal java project and add Selenium jars. VSCode has some features which you will definitely love it.
@@Mukeshotwani thanks sir😊
Hello Mukesh Sir, M using Eclipse IDE 2019-12 and java jdk 13.0.1. I have installed and extracted all jar files with proper instructions. BUt m facing a problem which states "The package org.openqa.selenium is not accessible" and "The package org.openqa.selenium.firefox is not accessible". Please help me sir. What should I do?
Hi Mohit, I mentioned in my video that Java 8 and Selenium 3.141.59 is compatible.
Please use Java 8 for further scripts.
@@Mukeshotwani Thankyou sir. I just got the point and I have re installed java 8 and Eclipse 4.8 and now m able to use it. And your videos are very much useful for me sir. They are like a boon to me because m a Mechanical guy trying to switch into software testing. Thank-you sir. The videos are very helpful and easy to understand to me ❤️
selenium hq downloads page is not available...can u send me the link to download the standalone server ??
New link selenium.dev/downloads/
@@Mukeshotwani is that the latest stable version 3.141.59 near selenium server(grid)
thank you so much..it worked for me...and thanks for ur quick reply..that very nice of u
@@harshinisuryamuthukrishnan4822 awesome and really appreciate your dedication.. keep learning
Hello sir I getting this error, can you please help me ??
Exception in thread "main" java.lang.IllegalStateException: The path to the driver executable must be set by the webdriver.chrome.driver system property; for more information, see github.com/SeleniumHQ/selenium/wiki/ChromeDriver. The latest version can be downloaded from chromedriver.storage.googleapis.com/index.html
at com.google.common.base.Preconditions.checkState(Preconditions.java:847)
Hi Shreya, you need to pass chromedriver path in order to run Chrome Test on Chrome browser learn-automation.com/launch-chrome-browser-using-selenium-webdriver/
@@Mukeshotwani Thank you so much it helps me.
When i installed jdk-15.0.2_windows-x64_bin.exe from poratal from c drive seen only jdk-15.0.2 not found JRE please make video on updated versionsof selenium eclipse
Hello, really a nice explanation, thanks for this but I'm getting an error like this
Exception in thread "main" java.lang.IllegalStateException: The path to the driver executable must be set by the webdriver.chrome.driver system property; for more information, see github.com/SeleniumHQ/selenium/wiki/ChromeDriver. The latest version can be downloaded from chromedriver.storage.googleapis.com/index.html
at com.google.common.base.Preconditions.checkState(Preconditions.java:847)
Please suggest what needs to be done?
Hi Rachitha, In your code chromedriver is missing which is causing the issue. Please share your program and I will help you if you are still facing the same issue.
Hi Rachitha, the path given for ChromeDriver is not correct.
System.setProperty("webdriver.chrome.driver", "path\to\chrome\driver");
Make sure the path to chrome driver is correct.
I am getting error can you tell me how to resolve this?
After import chromedriver also I am getting red mark
Hey Jina, can you share the screenshot too so that I can guide you mukeshotwani@learn-automation.com
Note- Did you add seleniumserverstandalone jar?
@@Mukeshotwani yes I have added as jar also
@@Mukeshotwani there is no screen share option please guide how I can share the photos
@@jinamohanta5055 I mean you can take screen capture and send me so that I can guide accordingly.
@@Mukeshotwani I have sent the screenshot to your official email Id. Please go through it.
Until Cmd everything went correct but after downloading eclipse after extraction it is displaying error "a jre or jdk must be available in order to run eclipse. No jvm was found after searching the following locations:
C:\......\eclipse\jre\bin\java.exe
java.exe in your current PATH"
What is it??
Hi Shraddha, seems you have not set Java path.Please make sure you have set JAVA_HOME path properly.
Hi Mukesh,
I was following the tutorial code and encountered this error while executing the script. Could you please direct me on how should I go about to fix this:
Starting ChromeDriver 78.0.3904.105 (60e2d8774a8151efa6a00b1f358371b1e0e07ee2-refs/branch-heads/3904@{#877}) on port 5337
Only local connections are allowed.
Please protect ports used by ChromeDriver and related test frameworks to prevent access by malicious code.
The chrome opens but crashes immediately.
Thank you
Hi Pooja ,
Can you please tell me below details
Which version of Selenium u r using?
Java version?
Chrome browser version?
Hi Mukesh,
Here are the details:
selenium-server-standalone-3.141.59
jdk-8u231-windows-x64
Google Chrome Version 78.0.3904.108 (Official Build) (64-bit)
Google Chrome Driver Version - ChromeDriver 78.0.3904.105
Please let me know if any more information is required. Also if could get the email id to reach you for any queries.
Thank you
Hi Mukesh...do I need to install any specific version combination? Please advise
Explanation is good but the JavaDocs URL is not working, can you suggest why?
Hi Sukrit, yes use this for new java doc www.selenium.dev/selenium/docs/api/java/
@@Mukeshotwani thanks
Hi sir, my laptop is stuck in middle of installation of jdk.. what can i do??
Hello Mukesh,
While writing WebDriver driver=new ChromeDriver() ;
The underlined red lines are coming under WebDriver and ChromeDriver, but when I am hovering on those importing of package option is not showing for me. Could you pls help me where I have missed anything
did you figure that out? im getting the same error
I was also getting this issue. If u have figured it out, can u plz help me..
Error occurred during initialization of boot layer
java.lang.module.FindException: Unable to derive module descriptor for C:\Users\mypc\Downloads\selenium-server-standalone-3.141.59.jar
Caused by: java.lang.module.InvalidModuleDescriptorException: Provider class org.eclipse.jetty.http.Http1FieldPreEncoder not in module
What will be the solution?
Hi Poonam, please use Java 8 to fix this...
Hi sir for me i'm trying to check path after following this video"java is not recognized as an internal or external command" is comming please help
Hi Mate it means u don't have java installed. Please download and install Java 8 and then you can follow the video step by step
i am not able to run the program getting error "Exception in thread "main" java.lang.NoClassDefFoundError: com/google/common/collect/ImmutableMap". Could you help me.
Which version of Selenium and Java you are using?
Kindly use Java 8 with Selenium 3.141
@@Mukeshotwani i dont have knowledge in Java so can i use c# or python?could you suggest which one is better either C# or Python?
am facing the error in 4Th line import org.openq.selenium.chrome.ChromeDriver;
I'm getting this error in the 3rd line, "The package org is not accessible". can you please help me out with this?
Hi Mukesh Sir, i tried almost all the things but unable to resolve the issue " The import org.openqa.selenium.WebDriver cannot be resolved" .. please help me in this
unable to import selenium packages.. can u please help ?
I am getting the same error...
import org.openqa.selenium.Webdriver cannot be resolved... Please reply me if you solved this error..
Please use Java8
Kindly use Java8
Kindly share screenshot and log for more details to mukeshotwani@learn-automation.com
@@Mukeshotwani yes sir. I am using java8 only.
Can anyone help me here, i have added the link of the javadoc inside the selenium standalone server library but when i hover on the script like at driver.getTitle, it shows me no javadoc could be find.
Hi Abhishek what is the doc url you have used? Its changed now
New url is selenium.dev/selenium/docs/api/java/index.html
@@Mukeshotwani Hi Mukesh, i added the url which u have given above, still i didnt work, i dont see any details when i hover on the script. Please help.
@@merlinelizabethmathew982 just use this path:: selenium.dev/selenium/docs/api/java
Error occurred during initialization of boot layer
java.lang.module.FindException: Unable to derive module descriptor for C:\Users
ishe\Downloads\selenium-2.46.0-20200519T022742Z-001\selenium-2.46.0\selenium-server-standalone-2.46.0.jar
Caused by: java.lang.module.InvalidModuleDescriptorException: Provider class org.apache.bsf.BSFManager not in module
I am getting this error while executing the program
Sir, can u help me pls.. with this error of "A JNI error has occured. Please check your installation." I hv been stuck on this for a while now..
which java version u r using ?
@@Mukeshotwani Sir, hv been following your selenium tutorials since a few days.. I jst made a fresh attmpt of installing it using your video and it worked. Thankyou very very mch👍 u hv been teaching us outstanding.
N I think the issue was with eclipse version. I made it same as ure
most welcome and happy learning. Let me know if you face any other issue.
My system has 5 paths in PATH variable.?????
Its ok you can just add JAVA_HOME in path variable to make Selenium running.
@@Mukeshotwani it has been resolved, thanks
#fan
😀🙏