我无法在centos 7上使用chrome浏览器运行我的测试用例。我正在使用chromedriver版本2.30.477691 和chrome二进制版
# google-chrome -version
Google Chrome 59.0.3071.109
使用root运行测试用例,因此尝试了--no-sandbox选项无效。也尝试在命令行中没有这样的选项。
请帮忙。
[root@Server ~]# time xvfb-run -a -s "-screen 0 1024x768x24" java
-jar Project.jar -Dwebdriver.chrome.binary=/usr/bin/google-chrome --no-sandbox
在端口26527上启动ChromeDriver 2.30.477691(6ee44a7247c639c0703f291d320bdf05c1531b57)仅允许本地连接。线程" main"中的例外情况org.openqa.selenium.WebDriverException: chrome无法访问(驱动程序信息:chromedriver = 2.30.477691(6ee44a7247c639c0703f291d320bdf05c1531b57),platform = Linux 3.10.0-514.21.1.el7.x86_64 x86_64)(警告:服务器未提供任何堆栈跟踪信息)命令持续时间或超时: 114.41秒