webdriver-manager : A selenium server and browser driver manager for your end to end tests.. You can installing webdriver-manager 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 webdriver-manager $ sudo npm install -g webdriver-manager
If want to update the webdriver-manager package execute the command as below,
$ sudo npm update webdriver-manager
Update package globally,
$ npm install -g webdriver-manager
$ sudo git clone https://github.com/rektide/webdriver-manager.git
$ sudo npm install -g ./webdriver-manager
webdriver-manager@12.0.6 /usr/lib/node_modules/webdriver-manager
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall webdriver-manager
| Package Name | webdriver-manager |
| Version | 12.0.6 |
| Description | A selenium server and browser driver manager for your end to end tests. |
| Released Date | 2017-05-09T17:44:21.956Z |
| Published by | angularcore |
| How to Learn | https://www.npmjs.com/package/webdriver-manager/tutorial |