How to download and install Maven to integrate with Selenium

0 votes
How to download and install Maven to integrate with Selenium?
Jul 17, 2019 in Selenium by Henry
2,268 views

1 answer to this question.

0 votes
Best answer

Hey Henry, follow these steps to download and install Maven to integrate with Selenium:

  1. Navigate to Maven official site https://maven.apache.org/download.cgi and download stable version of Maven.

  2. Unzip the download file and Check unzip folder – in my case its- apache-maven-3.6.1

  3. To set the User Variable, copy the Maven home directory and open System Property and perform following actions:

  4. Now to set Path variable for System Variable, Click on PATH and click Edit. Enter path till bin folder:

  5. Now you can verify that Maven is installed or not. Open command prompt and type:
    <span style="font-size: 14pt; font-family: arial, helvetica, sans-serif;">mvn -version</span>

answered Jul 18, 2019 by Abha
• 28,140 points

selected Jul 18, 2019 by Abha

Related Questions In Selenium

0 votes
2 answers

How to test React JS dropdown with Selenium and java?

First of all you need to click ...READ MORE

answered Aug 20, 2019 in Selenium by ghoshPooja
• 140 points
16,932 views
+1 vote
1 answer
0 votes
1 answer

How to install and configure Gecko Driver in Selenium?

Hello Abhishek, follow these steps to install ...READ MORE

answered May 13, 2019 in Selenium by Anvi
• 14,150 points
2,216 views
0 votes
1 answer

How to download and add Log4j Jars to Eclipse for Selenium Webdriver?

Hi Diksha, you can follow these steps ...READ MORE

answered May 22, 2019 in Selenium by Sanjay
20,987 views
0 votes
2 answers

Finding WebDriver element with Class Name in java

The better way to handle this element ...READ MORE

answered Apr 10, 2018 in Selenium by nsv999
• 5,500 points
12,714 views
0 votes
2 answers

Problem while using InternetExplorerDriver in Selenium WebDriver

enable trusted connection  in internet explorer by ...READ MORE

answered Aug 31, 2020 in Selenium by Sri
• 3,190 points
8,608 views
0 votes
1 answer

Geo-location microphone camera pop up

To Allow or Block the notification, access using Selenium and you have to ...READ MORE

answered May 11, 2018 in Selenium by Samarpit
• 5,910 points
6,683 views
0 votes
2 answers

How to use such xpath to find web elements

xpath are two types. 1) Absolute XPath:    /html/b ...READ MORE

answered Sep 3, 2020 in Selenium by Sri
• 3,190 points
7,551 views
0 votes
1 answer

How can I download Microsoft WebDriver/Edge Driver to use with Selenium?

Hi William, to download Microsoft Webdriver or ...READ MORE

answered Jul 15, 2019 in Selenium by Abha
• 28,140 points
39,622 views
0 votes
1 answer

How can I integrate Selenium with Maven project?

Hey Vicky, follow these steps to integrate ...READ MORE

answered Jul 17, 2019 in Selenium by Abha
• 28,140 points
2,134 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP