selenium-server : Selenium in an npm package. You can installing selenium-server 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 selenium-server $ sudo npm install -g selenium-server
If want to update the selenium-server package execute the command as below,
$ sudo npm update selenium-server
Update package globally,
$ npm install -g selenium-server
$ sudo git clone https://github.com/rektide/selenium-server.git
$ sudo npm install -g ./selenium-server
selenium-server@3.7.1 /usr/lib/node_modules/selenium-server
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall selenium-server
| Package Name | selenium-server |
| Version | 3.7.1 |
| Description | Selenium in an npm package |
| Released Date | 2017-11-07T09:34:45.006Z |
| Published by | arty.name |
| How to Learn | https://www.npmjs.com/package/selenium-server/tutorial |