Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/python/339.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Python 运行测试套件(Selenium WebDriver)时出现错误消息_Python_Python 3.x_Selenium Webdriver - Fatal编程技术网

Python 运行测试套件(Selenium WebDriver)时出现错误消息

Python 运行测试套件(Selenium WebDriver)时出现错误消息,python,python-3.x,selenium-webdriver,Python,Python 3.x,Selenium Webdriver,我安装了ChromeDriver 2.30,有时在Chrome浏览器上运行测试时会收到错误消息 test_suite.py [7688:11092:0626/144911.859:ERROR:service_manager.cc(158)] Connection InterfaceProviderSpec prevented service: content_plugin from binding interface: memory_instrumentation::mojom::Coordin

我安装了ChromeDriver 2.30,有时在Chrome浏览器上运行测试时会收到错误消息

test_suite.py [7688:11092:0626/144911.859:ERROR:service_manager.cc(158)] Connection InterfaceProviderSpec prevented service: content_plugin from binding interface: memory_instrumentation::mojom::Coordinator exposed by: content_browser
...
[8128:10612:0626/144939.880:ERROR:service_manager.cc(158)] Connection InterfaceProviderSpec prevented service: content_plugin from binding interface: memory_instrumentation::mojom::Coordinator exposed by: content_browser
[8128:10612:0626/144948.463:ERROR:ssl_client_socket_impl.cc(1054)] handshake failed; returned -1, SSL error code 1, net_error -101

错误消息是什么意思?我如何解决这个问题?

我也遇到了同样的问题,selenium webdriver在python 27中使用chrome驱动程序,以前从未见过这个错误。