-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
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
download_timeout not used #3753
Comments
@allcontributors please add @raphaelcamus for bugs |
I've put up a pull request to add @raphaelcamus! 🎉 |
Hi. Could you please increase priority ? This is preventing us from migrating from SeleniumLibrary to Browser :( |
Well, priority is just indicative thing. In practice it is used for release notes. That being said, the fastest way is to implement this one by someone else. Meaning by you or by someone from your company. If that is not possible, then you need to wait that someone is willing to implement it. This is not a promise to implement it, but your need is heard and helping someone to migrate from SL to Browser is always a plus for me. |
Adding: (I also tried to override wait_for to pass timeout to pass to .result() but that does not work. I guess it does not work this way at all.) I'll just wait for someone then. |
@raphaelcamus In case of I think this is more of a documentation task. I don't think the backwards incompatibility that comes with changing the current behaviour is worth the advantage. Lets improve the docs here. |
@Snooz82 Meantime we found out that it was kind of working right. Here is our solution to handle this:
|
Describe the bug
It seems that whatever value I set in
download_timeout
parameter ofPromise To Wait For Download
keyword, I always get an error :TimeoutError: page.waitForEvent: Timeout 15000ms exceeded while waiting for event "download"
(in case download takes more than 15s of course)
To Reproduce
Make a download of a large file that will exceed default timeout
Expected behavior
"Wait For" times out only when download_timeout is reached, not a 15s default one.
Screenshots
N/A
Desktop (please complete the following information):
(By the way, the documentation is unclear: https://marketsquare.github.io/robotframework-browser/Browser.html#Promise%20To%20Wait%20For%20Download, especially keyword output)
The text was updated successfully, but these errors were encountered: