← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #243250]: Multiple if else Problem...

 

Question #243250 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/243250

    Status: Open => Needs information

Test requested more information:
That's odd, you don't receive any error message or anything?

Because if an image can't be found a FindFailed error should be
displayed. What you mean is that:

elif exists("1390903477117.png"):
          mouseMove("1390903477117.png")
          click("1390903521525.png")

This is the 3rd elif statement. It skips the check to see whether the
image exists and instead goes to the mouseMove() function?

Might want to check your indenting in the IDE. If it's not that, sorry
but I have no idea what's wrong, might have to wait for RaiMan.

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