How to Install wd NPM Packages on Ubuntu / Debian

How to Install wd software package in NPM Packages

wd : WebDriver/Selenium 2 node.js client. You can installing wd npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.

$ sudo npm install wd
$ sudo npm install -g wd

If want to update the wd package execute the command as below,

$ sudo npm update wd

Update package globally,

$ npm install -g wd

Git clone:

$ sudo  git clone https://github.com/rektide/wd.git
$ sudo  npm install -g ./wd

wd@1.4.1 /usr/lib/node_modules/wd

How to remove wd package :

You can uninstall or remove this package from your node_modules run the command as below,

$ sudo npm uninstall wd

Basic Information of wd NPM Package:

Package Name wd
Version 1.4.1
Description WebDriver/Selenium 2 node.js client
Released Date 2017-09-18T17:24:24.447Z
Published by jlipps
How to Learn https://www.npmjs.com/package/wd/tutorial