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

hello all

i write a script like this


def ex(exname):
    exists(exname)
def cl(clname):
    click(clname)

    if ex("001.png"):
        cl("002.png")
    else :
        popup("no find")

and i click run

but it didn't run and no error

nothing happen

(i have 001.png 002png in my .sikuli folder)

why?
    



-- 
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

Reply via email to