selenium-standalone : installs a `selenium-standalone` command line to install and start a standalone selenium server. You can installing selenium-standalone 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-standalone $ sudo npm install -g selenium-standalone
If want to update the selenium-standalone package execute the command as below,
$ sudo npm update selenium-standalone
Update package globally,
$ npm install -g selenium-standalone
$ sudo git clone https://github.com/rektide/selenium-standalone.git
$ sudo npm install -g ./selenium-standalone
selenium-standalone@6.11.0 /usr/lib/node_modules/selenium-standalone
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall selenium-standalone
| Package Name | selenium-standalone |
| Version | 6.11.0 |
| Description | installs a `selenium-standalone` command line to install and start a standalone selenium server |
| Released Date | 2017-10-20T10:46:52.925Z |
| Published by | vvo |
| How to Learn | https://www.npmjs.com/package/selenium-standalone/tutorial |