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

    Status: Open => Needs information

RaiMan requested for more information:
Could you make this simple test:

# start your tablet environment, so it is visible on the screen
reg = selectRegion() # select the visible area of your pad

img = "captured image of some button"

if reg.exists(img, 0):
    print img, "found"
else:
    print img, "not found" 

save this script and run it. I should report "found"

Then restart the IDE and your pad and try again.

report what happened.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which 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