Error: cannot open display: :0 for Selenium tests

前端 未结 2 1246
遇见更好的自我
遇见更好的自我 2021-01-24 14:21

Firstly I was getting the following error:

org.openqa.selenium.firefox.NotConnectedException: Unable to connect to host 127.0.0.1 on port 7055 after 45000 ms. Fi         


        
2条回答
  •  青春惊慌失措
    2021-01-24 14:51

    You can download the Jenkins xvnc plugin and make that plugin start(and export) a virtual display for selenium to use. The jenkins user may not have access to the :0 display.

提交回复
热议问题