Running Selenium RC as a Windows Service

前端 未结 3 1692
醉话见心
醉话见心 2021-01-03 16:18

I\'m trying to get Selenium setup to run as a windows service. It seems to be okay but, then does not seem to run properly.

Using the windows toolkit I hav

3条回答
  •  半阙折子戏
    2021-01-03 16:47

    I was able to install it using nssm (the Non-Sucking Service Manager). You just need to provide java as the application and then provide the option -jar -role hub. Then start up the service from the services menu.

    Link to nssm - http://nssm.cc/

提交回复
热议问题