urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='10.96.193.128', port=4444): Max retries exceeded with url: /wd/hub/session/4a15bd8d356d6d0a5d4e026bc4082240/timeouts (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f44570e59d0>: Failed to establish a new connection: [Errno 99] Address not available'))
when I use remote web driver to connect grid it will happen this error message。
BTW, I use the muti-process to run the test
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='10.96.193.128', port=4444): Max retries exceeded with url: /wd/hub/session/4a15bd8d356d6d0a5d4e026bc4082240/timeouts (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f44570e59d0>: Failed to establish a new connection: [Errno 99] Address not available'))
when I use remote web driver to connect grid it will happen this error message。 BTW, I use the muti-process to run the test