尝试使用selenium chromedriver运行python时出现服务管理器错误

时间:2017-10-28 10:44:24

标签: selenium selenium-webdriver selenium-chromedriver python-3.6

我收到此错误:

=OR(A2<>A1,A2<>A3)

现在我认为这与我试图打开的网址不是英文有关。

我的剧本:

[7144:13212:1028/134009.633:ERROR:service_manager.cc(156)] Connection InterfaceProviderSpec prevented service: content_plugin from binding interface: memory_instrumentation::mojom::Coordinator exposed by: content_browser

selenium版本: from selenium import webdriver browser = webdriver.Chrome() browser.get(URL) browser.quit() chromedriver版本3.6.0 chrome版本2.33 使用python 61

0 个答案:

没有答案
相关问题