-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Description
I was looking at the code for the wait_for function and I believe that if the timeout is too small this function will always error.
If the timeout is 0 then the while loop will not be entered and self._locate will never be called, therefore location will remain none and ImageNotFoundException will be called, i'm not sure how big timeout would have to be to prevent this happening and I suspect a small timeout of 0.01 would be enough to allow the while loop to be entered at least once.
Metadata
Metadata
Assignees
Labels
No labels