chromedriver 在 Travis 中失败

chromedriver fails in Travis

提问人:Olle Härstedt 提问时间:11/23/2017 更新时间:12/12/2017 访问量:93

问:

我们在测试套件中将 chromedriver 与 Facebook PHP webdriver 一起使用。它在本地运行良好,但 Travis 上的一个测试总是失败,并显示消息

Curl error thrown for http DELETE to /session/44225d310546d29b1e0adc20ed29a2a0
Operation timed out after 30001 milliseconds with 0 bytes received

这是一个已知问题吗?我读过 chrome 自己使用 Linux 容器,这可能会导致冲突?

感谢任何帮助。

php docker webdriver travis-ci chrome-web-driver

评论


答:

0赞 Olle Härstedt 12/12/2017 #1

改用 Selenium 的无头 Firefox。它会起作用的。