selenium-service
v0.0.0
Published
Install Selenium as a native Linux or Windows service
Readme
selenium-service
Install Selenium as a native Linux or Windows service.
Usage
Install the package:
npm i -g selenium-serviceTo install the services:
selenium-service --addTo uninstall the services:
selenium-service --removeTo start a service:
selenium-service --run [node|hub|server]For Selenium Grid hubs, the environment variable SELENIUM_SERVICE_HUB_JSON will be passed to selenium as -hubConfig
