← Back to team overview

sikuli-driver team mailing list archive

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.