0.1.0 • Published 8 years ago

webdriver-tool v0.1.0

Weekly downloads
12
License
MIT
Repository
github
Last release
8 years ago

Webdriver Tool

Webdriver tool is a manager for selenium standalone server jar and browser drivers executables. This is the same tool as webdriver-manager from the Protractor repository.

Getting Started

npm install -g webdriver-tool

Setting up a Selenium Server

Prior to starting the selenium server, download the selenium server jar and driver binaries. By default it will download the selenium server jar and chromedriver binary.

webdriver-tool update

Starting the Selenium Server

By default, the selenium server will run on http://localhost:4444/wd/hub.

webdriver-tool start

Other useful commands

View different versions of server and driver files:

webdriver-tool status

Clear out the server and driver files. If webdriver-tool start does not work, try to clear out the saved files.

webdriver-tool clean
0.1.0

8 years ago

0.0.9

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago