-
Notifications
You must be signed in to change notification settings - Fork 130
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
wait_* methods deprecated with no alternative #242
Comments
Ah, yes, you're entirely right. The history here is that #134 landed the |
jonhoo
added a commit
that referenced
this issue
Feb 17, 2024
jonhoo
added a commit
that referenced
this issue
Feb 17, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
wait_for*
methods are deprecated, and offerclient.wait().on(...)
as a solution, but thison()
function does not exist, making it impossible to achieve a custom wait condition without using deprecated code(Of course, naturally, one could custom implement this, but it would be nice if it was part of the library again)
Edit: This message has come to my attention:
Could we update the deprecation notices on the functions? It gave me a false expectation/impression that this functionality was supposed to be here but is missing
The text was updated successfully, but these errors were encountered: