← Back to team overview

sikuli-driver team mailing list archive

[Question #238011]: While loop does not execute

 

New question #238011 on Sikuli:
https://answers.launchpad.net/sikuli/+question/238011

The following code in sikuli gets skipped. Please suggest the fix.

n = 0
while not exists("1382400847623.png"):
    popup("Cycle: ", n)
    popup("Still Removing the Extender")
    sleep(5)
    popup("checking again")
    n = n+1

Sikuli 1.0.1 on Windows 2008 64 bit

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.