Login

Lost your password?
Don't have an account? Sign Up

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-

https://www.educational.guru

36 comments

  1. vvwst

    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.

  2. Suh

    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.

  3. Neha. Shukla

    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?

  4. Supriya S Sampath

    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

  5. Louie Josette

    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

  6. pranjali ganorkar

    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.

Leave a Comment

Your email address will not be published. Required fields are marked *

*
*