错误:process_metrics.cc 未实现错误

ERROR:process_metrics.cc NOT IMPLEMENTED error(错误:process_metrics.cc 未实现错误)
本文介绍了错误:process_metrics.cc 未实现错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

问题描述

最近,我们开始在运行 Protractor 测试时在控制台上收到此类警告:

Recently, we've started to get these kind of warnings on the console when running Protractor tests:

[12252:14584:1207/223118.187:ERROR:process_metrics.cc(105)] NOT IMPLEMENTED
[12252:14584:1207/223118.187:ERROR:process_metrics.cc(105)] NOT IMPLEMENTED
[12252:14584:1207/223318.188:ERROR:process_metrics.cc(105)] NOT IMPLEMENTED

感觉它们是随机发生的,但不影响测试执行.

It feels like they happen randomly but doesn't affect the test execution.

唯一的问题是它们污染了输出控制台,使得跟踪正在执行的测试和 jasmine/protractor 报告的测试结果变得更加困难.

The only problem is that they pollute the output console making it more difficult to keep track of tests being executed and test results reported by jasmine/protractor.

有没有办法关闭这种 chromedriver 警告?

Is there a way to turn off this kind of chromedriver warnings?

使用 Protractor 5.2.2、ChromeDriver 2.34.

Using Protractor 5.2.2, ChromeDriver 2.34.

我们发现这个 --silent 标志可以传递给 chromedriver 可执行文件,但找不到配置量角器以在启动 chromedriver 时传递此标志的方法..

We've found this --silent flag that can be passed to chromedriver executable, but could not find a way to configure protractor to pass this flag when launching chromedriver..

推荐答案

好像是chrome v63的问题

It seems to be an issue with chrome v63

https://github.com/SeleniumHQ/selenium/issues/5189#issuecomment-351605839

这篇关于错误:process_metrics.cc 未实现错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

相关文档推荐

SCRIPT5: Access is denied in IE9 on xmlhttprequest(SCRIPT5:在 IE9 中对 xmlhttprequest 的访问被拒绝)
XMLHttpRequest module not defined/found(XMLHttpRequest 模块未定义/未找到)
Show a progress bar for downloading files using XHR2/AJAX(显示使用 XHR2/AJAX 下载文件的进度条)
How can I open a JSON file in JavaScript without jQuery?(如何在没有 jQuery 的情况下在 JavaScript 中打开 JSON 文件?)
quot;Origin null is not allowed by Access-Control-Allow-Originquot; in Chrome. Why?(“Access-Control-Allow-Origin 不允许 Origin null在铬.为什么?)
How to get response url in XMLHttpRequest?(如何在 XMLHttpRequest 中获取响应 url?)