You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi folks, first let me thank and congratulate you for this library, it has been great and really helpful 🎉.
My following doubt is the following:
Shouldn't all default "retries" arguments load from this retries function?
I have seen that functions like search_element and find_all_elements that have a default of "5". Making it hard to use the "configurable" value. Maybe I'm doing something wrong or what could be done to use "configurable" value by default on these functions?
Thanks in advance for the help!
The text was updated successfully, but these errors were encountered:
Hi!
This would indeed be a much better behaviour. I do not have much time right now but if you want to send a PR to fix this it would be very welcome. Thanks!
Hi folks, first let me thank and congratulate you for this library, it has been great and really helpful 🎉.
My following doubt is the following:
Shouldn't all default "retries" arguments load from this retries function?
I have seen that functions like search_element and find_all_elements that have a default of "5". Making it hard to use the "configurable" value. Maybe I'm doing something wrong or what could be done to use "configurable" value by default on these functions?
Thanks in advance for the help!
The text was updated successfully, but these errors were encountered: