Selenium WebDriver,Chrome。我正在运行Python测试期间(在开始和结束时)收到错误NOT IMPLEMENTED

问题描述:

错误:

Errors:

[6944:3028:0128/220426:ERROR:chrome_views_delegate.cc(176)] NOT IMPLEMENTED
[6944:3028:0128/220426:ERROR:desktop_root_window_host_win.cc(746)] NOT IMPLEMENT
ED
[6944:3028:0128/220430:ERROR:desktop_root_window_host_win.cc(746)] NOT IMPLEMENT

请注意,问题出在谷歌浏览器和chromedriver.exe的版本上,但我有最后一个Google Chrome版本 - 32.0.1700.102 m和chromedriver.exe - 2.8。
测试运行良好。

Read that the problem is in versions of Google Chrome and chromedriver.exe but I have the last version of Google Chrome - 32.0.1700.102 m and chromedriver.exe - 2.8. Test runs fine.

这只是ChromeDriver的控制台输出,并不表示任何错误试验。您可以静音这些输出以避免在控制台上出现这些输出。请参阅以下链接:我运行时声明Chrome驱动程序控制台输出消息我的测试。

That's just the console output from ChromeDriver, which does't indicate anything wrong with the tests. You can silence these outputs in order to avoid them on the console. Refer this link: Silencing Chrome driver console outputs when I run my tests.