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
tristanlabelle
changed the title
Use retryUntil to poll until WinAppDriver is ready/terminated
Poll until WinAppDriver is ready instead of sleeping for a fixed amount of time
Sep 14, 2023
Currently we use a hard-coded 1 second sleep for both of these:
Polling can shorten the waiting time and will let us assert if the expected transition does not happen within some expected time.
The text was updated successfully, but these errors were encountered: