During our recent Protractor tests, we have been encountering warnings in the console:
[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
These warnings seem to occur sporadically and do not impact the test execution.
However, they do clutter the output console, making it challenging to monitor the tests and results provided by jasmine/protractor.
Is there a method to disable these chromedriver
warnings?
We are currently using Protractor 5.2.2, ChromeDriver 2.34.
We have come across the --silent
flag that can be utilized with the chromedriver
executable, but we haven't been able to figure out how to configure Protractor to apply this flag when launching chromedriver.