Skip to content
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.

Latest commit

 

History

History
31 lines (20 loc) · 590 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 590 Bytes

Installing the selenium jar

This package will download the selenium-server.jar and webdrivers for:

  • Chrome

With that the supported browsers are:

  • firefox
  • phantomjs
  • chrome

Installation

# to download selenium and the chrome webdriver
npm install selenium-wrapper -g

Run selenium

# first start selenium and chrome driver
selenium

Writing the tests using wd

Examples can be found in the wd repository

API docs can be found in the wd documentation