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
$ sudo git clone https://github.com/rektide/wd.git
$ sudo npm install -g ./wd
wd@1.4.1 /usr/lib/node_modules/wd
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall wd
| 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 |