From the course: Cucumber Essential Training

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Add Selenium dependencies

Add Selenium dependencies

From the course: Cucumber Essential Training

Start my 1-month free trial

Add Selenium dependencies

- [Narrator] In order for our web automation framework testing to work, we need three dependencies. One, Maven dependency for Selenium Java, Maven dependency for Selenium Chrome, which will be the browser of our choice here, and we will need the Selenium Chrome driver. Let's go ahead and get the dependencies for Selenium Java and Selenium Chrome. Let's pick 3.141.59, which is the last stable version at the time of recording. I'll go ahead and copy the dependency. We'll go back to Eclipse, go to my pom file, and add this dependency. Let's go back to our browser, and this time, search for Selenium Chrome. Let's go ahead and pick the last stable version, copy the dependency, go back to Eclipse, and paste this dependency. I'll go ahead and format everything. So we just added two Maven dependencies, one for Selenium Java and the other one for Selenium Chrome. The next thing we are going to need is the Chrome driver. In order to download the Chrome driver, I need to go to the seleniumhq.org…

Contents