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
The doc says:
waitVanish(pattern, seconds=None)[source]
Waits until the specified pattern is not visible on screen.
If seconds pass and the pattern is still visible, raises FindFailed exception. Sikuli supports OCR search with a text parameter. This does not (yet).
But it does not raise it because this line is commented out in the source code. if match: return False # self._findFailedHandler(FindFailed("Pattern '{}' did not vanish".format(pattern.path)))
The text was updated successfully, but these errors were encountered:
The doc says:
waitVanish(pattern, seconds=None)[source]
Waits until the specified pattern is not visible on screen.
If seconds pass and the pattern is still visible, raises FindFailed exception. Sikuli supports OCR search with a text parameter. This does not (yet).
But it does not raise it because this line is commented out in the source code.
if match: return False # self._findFailedHandler(FindFailed("Pattern '{}' did not vanish".format(pattern.path)))
The text was updated successfully, but these errors were encountered: