← Back to team overview

sikuli-driver team mailing list archive

[Question #287160]: no error and no run

 

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.