Skip to content

Utility to download WebDriver for Selenium test execution

Notifications You must be signed in to change notification settings

NDViet/test-webdriver-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

WebDriver Extensions module is a wonderful library addition to the Selenium scripting practice.
It facilitates multiple browser execution, automatic driver download. For more details: https://webdriverextensions.github.io/webdriverextensions-maven-plugin/index.html

In this practice, the Selenium Server jar is used to start Grid also would be downloaded in the same directory. The versions, download URLs are controlled via ./driver-repository.json
When all drivers and Selenium Server are downloaded, perform to start Hub and Node.

List dependency repositories

Source code usage

  1. Clone repository "test-parent-pom" (mandatory)
git clone [email protected]:ndviet/test-parent-pom.git
  1. Clone this repository
git clone [email protected]:ndviet/test-webdriver-downloader.git
  1. Build the project to trigger the downloading
mvn clean install
cd Drivers
java -jar selenium-server.jar hub
cd Drivers
java -jar selenium-server.jar node --port 5555

Reference

A sample project with entire repositories together for the test execution.

About

Utility to download WebDriver for Selenium test execution

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published