New question #660171 on Sikuli:
https://answers.launchpad.net/sikuli/+question/660171
Hi,
I have used the code below to verify if the image of the 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.
_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help : https://help.launchpad.net/ListHelp