gpt4 book ai didi

google-chrome - 未知错误 : Chrome failed to start: exited abnormally (Driver info: chromedriver=2. 8.undefined

转载 作者:行者123 更新时间:2023-12-04 12:58:32 27 4
gpt4 key购买 nike

运行 selenium 测试时 Jenkins ,我得到这个错误:

org.openqa.selenium.WebDriverException:未知错误:Chrome 启动失败:异常退出
(驱动信息:chromedriver=2.8.undefined,platform=Linux 3.13-1-686-pae x86)(警告:服务器未提供任何堆栈跟踪信息)
命令持续时间或超时:20.54 秒
构建信息:版本:'2.33.0',修订:'4ecaf82108b2a6cc6f006aae81961236eba93358',时间:'2013-05-22 12:00:17'
系统信息:os.name:'Linux',os.arch:'i386',os.version:'3.13-1-686-pae',java.version:'1.6.0_45'
驱动程序信息:org.openqa.selenium.chrome.ChromeDriver

并在堆栈跟踪中进一步:

DEBUG - 发送请求:POST/session HTTP/1.1DEBUG ->> "POST/session HTTP/1.1[\r][\n]"DEBUG ->> "Accept: application/json, image/png[\r][\n]"DEBUG ->> "Content-Type: application/json; charset=utf-8[\r][\n]"DEBUG ->> "Content-Length: 143[\r][\n]"调试->>“主机:localhost:30992[\r][\n]”调试->>“连接:保持事件[\r][\n]”调试->>“[\r][\n ]"DEBUG ->> POST/session HTTP/1.1DEBUG ->> Accept: application/json, image/pngDEBUG ->> Content-Type: application/json; charset=utf-8DEBUG ->> Content-Length: 143DEBUG ->> Host: localhost:30992DEBUG ->> Connection: Keep-AliveDEBUG ->> "{"desiredCapabilities":{"platform":"ANY","browserName":"chrome","chromeOptions":{"args":[],"extensions":[]},"version":"","chrome.switches":[]}}"DEBUG - << "HTTP/1.1 200 OK[\r][\n]"DEBUG - << "Content-Length:218[\r][\n]"DEBUG - << "Content-Type:application/json; charset=utf-8[\r][\n]"DEBUG - << "Connection:close[\r][\n]"DEBUG - << "[\r][\n]"DEBUG - 接收响应:HTTP/1.1 200 OKDEBUG - << HTTP/1.1 200 OKDEBUG - << Content-Length:218DEBUG - << Content-Type:application/json; charset=utf-8DEBUG - << Connection:closeDEBUG - << "{"sessionId":"a272d037ff7f0bff2cfb2a49e052c02a","status":13,"value":{"message":"未知错误:Chrome 启动失败:异常退出\n (驱动信息: chromedriver=2.8.undefined,platform=Linux 3.13-1-686-pae x86)"}}"DEBUG - 连接关闭

我是不是 使用 Selenium 网格。

奇怪的是,我可以在直接向 chromedriver 发送命令时启动 chrome,如下所示:

curl -X POST -H "Content-Type: application/json; charset=utf-8"-d "{\"desiredCapabilities\":{\"platform\":\"ANY\",\"browserName\":\"chrome\",\"chromeOptions\":{\"args\":[],\"extensions\":[]},\"version\":\"\",\"chrome.switches\":[]}}"本地主机:9515/ session

Chromimum 窗口在此处打开。

我正在使用 Debian jessie (testing) 与 chromimum 和 chromedriver 安装 资质 .这是为了获得同质版本。

$ 谷歌浏览器版本
Chrome 33.0.1750.152 Debian jessie/sid

./chromedriver -v
在端口 9515 上启动 ChromeDriver (v2.8.undefined)

我还为以前版本的 Debian 创建了另一个问题,您可以阅读以了解更多我之前尝试过的内容。 unknown error: Chrome failed to start: exited abnormally (Driver info: chromedriver=2.9

最佳答案

至少在 linux 机器上,我认为 chrome 需要 X11 显示器才能启动。您可以将其作为常规显示器(当您在桌面环境中以普通用户身份运行时)、通过网络连接到普通远程或本地显示器(例如通过 vnc server )或通过像 X 这样的虚拟设备提供虚拟帧缓冲区。

出于您的目的(测试),我会说 Xvfb 可能是最好的选择。见 here例如,使用它进行测试。

关于google-chrome - 未知错误 : Chrome failed to start: exited abnormally (Driver info: chromedriver=2. 8.undefined,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22641892/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com