yashaka / selene

User-oriented Web UI browser tests in Python
https://yashaka.github.io/selene/
MIT License
696 stars 151 forks source link

error when use selenium grid #392

Open ycwdaaaa opened 3 years ago

ycwdaaaa commented 3 years ago

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

ycwdaaaa commented 3 years ago

when use one process is ok

yashaka commented 2 years ago

@ycwdaaaa, hey! sorry for the late response!

Is the problem still relevant?