Running Selenium Server & ChromeDriver as a Windows Service

后端 未结 8 2068
走了就别回头了
走了就别回头了 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:49

    Yeah, you should use NSSM. Important is, that you add your windows account in the "Log on" tab, or any other valid account. If you run your node with the "Local System account" option, you will get the session 0 problem. With a normal user session, the nodes run smoothly invisible in the background :)

提交回复
热议问题