sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #44269
Re: [Question #660171]: Unit testing - Assert Popup Message Box
Question #660171 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/660171
Description changed to:
Hi,
I have used the code below to verify if the image of a popup exists or
not but it failed and it does not say why:
def testA(self):
click(image1)
wait(1)
assert exists(PopUpImage)
Result -
File "C:\Installs\SikuliX\Validation.sikuli\Validation.py", line 10, in testA
assert exists(images2)
Can someone please tell me why does it not recognize the popup?
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.