← Back to team overview

sikuli-driver team mailing list archive

[Question #660171]: Unit testing - Assert Popup Message Box

 

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.