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
{{ message }}
This repository has been archived by the owner on Nov 24, 2021. It is now read-only.
In other words, if you don't want the default wait then override it with the same wait parameter. The target function would need to test whether a typeof(wait) === 'boolean' or typeof(wait) === 'number' and do relevant logic.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently, if you want to extend the default signin wait time you need to do the following:
since by default we only wait for 10000. We could add an optional
timeout
parameter, so that you can call@webteckie What do you think? It seems useful to me, but perhaps we don't want to just add everything we can think of?
The text was updated successfully, but these errors were encountered: