01. Setup of Selenium Webdriver with Maven build tool

Install Maven in local machine.

1- Navigate to Maven official site and download stable version of Maven.



2 –  Unzip the download file and Check unzip folder – in our case folder name- apache-maven-3.3.1


3-  This is maven home directory and now we have to set path for the same


4-     To set path variable- Right Click on my computer and Select property.



5-   Now we need to set path variable also for System variable.
Note- Please do not touch other variable, Go to last point use ; and then enter path till bin folder.



6-  Click on save and apply.  
You can verify now that Maven is installed or not.

Open command prompt and type mvn –version

7-  If Maven is installed properly then you will get Maven version and Java version on Console.





3 comments: