Running Selenium Server & ChromeDriver as a Windows Service

后端 未结 8 2060
走了就别回头了
走了就别回头了 2020-12-14 09:57

So that we may perform front-to-back web UI testing, we are using Selenium and ChromeDriver to automate page loads / interaction as part of our testing pack.

This

8条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-14 10:41

    This free tool would probably do it: http://yajsw.sourceforge.net/

    For that to work, you need a wrapper.conf file and a script to run the YAJSW wrapper. I takes time to read the documentation, but it is a free solution.

    I wrote an example shared here, that installs JBoss7 as a Windows service.

    Of course, you can simplify my example by a lot.

提交回复
热议问题