webdriver_manager
webdriver_manager copied to clipboard
There is no Timeout handling
There is no Timeout handling, it will hang until the connection is closed. The timeout parameter would have to be defined here
Originally posted by @Mandera in https://github.com/SergeyPirogov/webdriver_manager/issues/388#issuecomment-1156317255
You'd suggest adding a timeout, right? What the default value should be?
In requests issue they mention window's default value is 240 seconds, seems like a good number
@Mandera you can define your own http client and pass it to webdriver-manager with any timeout connection and other settings.