How To Configure Selenium With Intellij | Setup Selenium In Intellij With Standard and Maven Project
In this video, I will show how to configure or set up Selenium with Intellij.
In the first part, we will configure with a standard java project and the second part we will install selenium using Maven.
Official Link
All Playlist
Connect with us:
Linkedin-
Instagram-
Facebook Group-
Facebook Page-
Twitter-
Blog-
Hi @Mukesh! Could you please add a video on how to configure Webdriver Manager, without downloading each driver for each OS? Thanks a lot
Hi Mate, I already have https://www.youtube.com/watch?v=Pb8gsLeSOFo
thanks bro ….. i was facing probl in this and it not get solve till 3am but today from ur video its seems to very easy…
@Mukesh otwani thanks Mukesh
yeah it was ………smooth
Awesome buddy glad it helped ?
Thanks Mukesh for your very clear and easy follow video. You are an excellent mentor?! Pardon me I am a newbie on Java/Maven. I dont understand why in your first example, you use /src/main, but in your 2nd example with Maven, you use src/test. Can I write the source code directly in /src/main in stead of using src/test? Writing selenium Java under maven always gives me the headache of ok on the IDE, but lots of problems to packaging the JARs for delivery. Perhaps I dont have experience in creating executable in Maven. Appreciate your guidance. Thanks a lot.
Thanks Mukesh for the video. This video is explained really good and far better than courses in Udemy.
Nice video, one query for maven we don’t have to download maven in our system but for Gradle why do we have to download Gradle in our system and set environment path in order to start Gradle project because if I don’t download Gradle in my system and start Gradle project then src folder is missing in project structure ? Pls clarify me..Thanks.
Thanks for this @Mukesh
Could you please bring more content related to Intellij
Sikuli configuration with Intellij
TestNg etc…
I struggled with outdated guides until I found this video. Thank you sir
I am glad ot helped ☺ Thank you Brandon
Hello Sir, Based on the video 2 of the series, whenever I try to execute the code I get an error “Process finished with exit code 1” as soon as I run the code. How do I fix that one?
@Mukesh otwani Java version I am using is : “1.8.0_191”
Please use Java 8. Can you tell me which Java version you are using ?
Thank you very much!, it was very useful and very well explained.
You are welcome! Thanks mate
Thanks for tutorial, It really helped me to start the automation testing work.
Most welcome buddy
Thanks a lot! It was a really helpful video. Really appreciate it. Keep it up
Glad it helped! THanks Hasnat
When I am installing maven project in intellij for cucumber, while putting cucumber maven dependency, I m getting cucumber-java, junit, maven compiler plugins not found, how should I handle this.. appreciate your help
im having an error here
System.setProperties(“webdriver.gecko.driver”, “geckodriver.exe”);
here’s the error
java: method setProperties in class java.lang.System cannot be applied to given types;
required: java.util.Properties
found: java.lang.String,java.lang.String
reason: actual and formal argument lists differ in length
Hi Louie, please use Java 8 or Java 11 with Selenium 4.3.0
I am a non IT background.., have couple of years experience in manual testing want to start my automation carrier.., This is really help full .., Thank you 🙂
All the best and thank you so much for following.
Thanks for this valuable lesson. Keep it up!v?
Glad you liked it! Thanks Dushan
Thank you. It is helpful. I have not added jar so it was giving me the error. Now the environment is set perfectly.
Awesome Kishan
Thank you for showing which Selenium version to add to IntelliJ. Now mine works perfectly!
Great mate ?
Hi Mukesh, your videos on Selenium are really helpful. I have worked pretty much on Java. Now I am working on Selenium with Typescript as backend language. Would you be able to posts some videos on this? I haven’t really found many videos on Typescript as backend language so I am still figuring out many things. Thanks in advance.
Hi Pranali, I havent worked on Typescript extensively. Still I will try if I can make video on Typescript too.
Thank you so much. This one really helped me a lot.
Thanks, Mukesh for this quick demo, This is really useful. would you please share some more content related to Intellij and maven!