In this video will see how to work with selenium using MAVEN. In few steps only selenium maven project can be created.
I hope you like this video. For any questions, suggestions or appreciation please contact us at: https://programmerworld.co/contact/ or email at: programmerworld1990@gmail.com
Steps:
- Open eclipse.
- Go to File->New->Other->Maven->Maven Project->Next
- Browse location(where project will be saved)->Next
- Select Catalog as “Maven Central”-> Select “org.apache.maven.archetypes” under group id.
- Select Finish.
- Maven Project is created.
- Open POM.XML
- Give the code below tag under dependencies tag.
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-java</artifactId>
<version>4.12.1</version>
</dependency>
Excerpt:
In this video, you will learn how to set up a Selenium Maven project in just a few simple steps. The steps include opening Eclipse, creating a new Maven project, selecting the Maven Central catalog, adding the Selenium Java dependency in the POM.XML, and more. If you have any questions or feedback, feel free to contact the creators at https://programmerworld.co/contact/ or via email at programmerworld1990@gmail.com.