Selenium WebDriver Tutorial #8 – How to Manage Dependencies with Maven

In this Selenium Webdriver Tutorial we learn How to Manage Dependencies with Maven in Maven project for Selenium Webdriver Automation. In tutorial 7 we have learned why the dependency management tool is required and how it can help teams in automating dependency management. This tutorial will explain the configuration required in POM.xml file to manage dependencies for Selenium Automation.

Selenium WebDriver Tutorial #7 – Maven Introduction and Installation

In this Selenium Webdriver Tutorial we will learn about Maven, maven introduction and installation. Maven is a dependency and build management tool which is very helpful in managing dependencies selenium automation. We will understand the pain points in managing dependencies with selenium automation and how maven can resolve all those issues for you and your team.