sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #44275
Re: [Question #660171]: Unit testing - Assert Popup Message Box
Question #660171 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/660171
Status: Needs information => Answered
RaiMan proposed the following answer:
exists does not tell you anything but True or False.
If you want information, you have to use find/wait and catch the
FindFailed exception.
... but this will not give you more information: if exists returns
False, the image is not found within 3 seconds on the screen.
So you have to check your click... workflow.
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.