← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #139606]: Need to take screenshots again after phone reboot

 

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.