作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
尝试运行 Protractor 测试,但在 Chrome 中尝试测试时收到以下命令行错误。
UnknownError: The process has not exited yet therefore no result is available ...
测试在 Firefox 中成功运行,即当 protractor.conf.js 文件设置如下时:
capabilities: {
'browserName': 'firefox'
}
我目前正在使用 ChromeDriver 2.10,这似乎与问题有关 ( https://github.com/angular/protractor/issues/1424 )。但是,我不清楚如何配置 Protractor 以使用不同版本的 ChromeDriver。
最佳答案
因此,恢复到 ChromeDriver 2.9 就像从此处 (http://chromedriver.storage.googleapis.com/index.html?path=2.9/) 下载并将 zip 解压缩到 /usr/local/lib/node_modules/protractor/selenium
一样简单。
这解决了无法在 Chrome 中运行测试的直接问题。我想,仍在等待 2.10 的修复。
关于 Protractor/Chrome - UnknownError : The process has not exited yet therefore no result is available,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26705634/
我是一名优秀的程序员,十分优秀!