Error message when running test suite (Selenium WebDriver)

I have installed ChromeDriver 2.30 and sometimes I get an error when running a test in Chrome browser.

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

      

What does the error message mean and how can I resolve this issue?

+3


source to share





All Articles