Selenium connection time out when initializing driver Selenium connection time out when initializing driver selenium selenium

Selenium connection time out when initializing driver


Turns out I simply had to set socket.setdefaulttimeout(60) There are dozens of calls to socket.setdefaulttimeout in this codebase, both in dependencies and our own code, so who knows what it was actually set to.