【发布时间】:2022-01-05 17:36:54
【问题描述】:
每次我使用 selenium 启动测试时,控制台中都会出现如下内容:
[5124:4344:1128/184821.088:ERROR:chrome_browser_main_extra_parts_metrics.cc(226)] crbug.com/1216328: Checking Bluetooth availability started. Please report if there is no report that this ends.
[5124:4344:1128/184821.145:ERROR:chrome_browser_main_extra_parts_metrics.cc(229)] crbug.com/1216328: Checking Bluetooth availability ended.
[5124:4344:1128/184821.195:ERROR:chrome_browser_main_extra_parts_metrics.cc(232)] crbug.com/1216328: Checking default browser status started. Please report if there is no report that this ends.
[5124:4344:1128/184821.289:ERROR:chrome_browser_main_extra_parts_metrics.cc(236)] crbug.com/1216328: Checking default browser status ended.
如何禁用它?
【问题讨论】:
-
如果您告诉它登录到控制台,常规 Chrome 也会记录。这不是 Selenium 的东西。
标签: python selenium google-chrome selenium-chromedriver