webdriver_manager icon indicating copy to clipboard operation
webdriver_manager copied to clipboard

There is no Timeout handling

Open Mandera opened this issue 3 years ago • 2 comments

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

Mandera avatar Jun 15 '22 10:06 Mandera

You'd suggest adding a timeout, right? What the default value should be?

SergeyPirogov avatar Jun 24 '22 18:06 SergeyPirogov

In requests issue they mention window's default value is 240 seconds, seems like a good number

Mandera avatar Jun 26 '22 05:06 Mandera

@Mandera you can define your own http client and pass it to webdriver-manager with any timeout connection and other settings.

aleksandr-kotlyar avatar Feb 24 '23 12:02 aleksandr-kotlyar