【发布时间】:2017-11-20 12:46:53
【问题描述】:
今天我在使用 chromedriver 运行 selenium 时在控制台上收到此消息。我该如何抑制这个?
DevTools listening on ws://127.0.0.1:12740/devtools/browser/97101fe4-3b1f-42b0-b5c8-373cc18040b6
相关代码:
from selenium import webdriver
driver = webdriver.Chrome(executable_path='c:/bin/chromedriver233')
我使用 2.30 版的 chromedriver 收到相同的消息。
我以前没有收到此消息。我所做的唯一更改是将 chrome 更新到版本 62.0.3202.94 (Official Build) (64-bit)
Python 3.6.3 64、硒 3.4.3、Windows 7 64。
编辑:我在 Chrome 产品论坛https://productforums.google.com/forum/#!topic/chrome/Dlk2j_JpmxE;context-place=forum/chrome 上发布了一个问题
【问题讨论】:
标签: python selenium-webdriver selenium-chromedriver