We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There is no Timeout handling, it will hang until the connection is closed. The timeout parameter would have to be defined here
timeout
Originally posted by @Mandera in #388 (comment)
The text was updated successfully, but these errors were encountered:
You'd suggest adding a timeout, right? What the default value should be?
Sorry, something went wrong.
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.
aleksandr-kotlyar
No branches or pull requests
There is no Timeout handling, it will hang until the connection is closed. The
timeout
parameter would have to be defined hereOriginally posted by @Mandera in #388 (comment)
The text was updated successfully, but these errors were encountered: