← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #245664]: Stable tests, Exist() + Click()

 

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

    Status: Open => Solved

shaihulud confirmed that the question is solved:
Ok, sorry for taking your time, I solved it myself. What I did was:

def Eclick(img):
    exists(img, 10)
    click(img)

Eclick(img)

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