← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #206250]: Getting as ERROR saying - ".png looks like a file, but can't be found on the disk. Assume it's text."

 

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

    Status: Answered => Open

Astro is still having a problem:
Hi RaiMan,

regarding Downloaded.png, its a typo
And i am using Windows.... here is my code, 

#exp1.sikuli
import exp2
from exp2 import *
function()

#exp2.sikuli
from sikuli import *
def function():
    popup("i am in function")
    click("Downloaded.png")
    
and the "Downloaded.png" is present in exp2.sikuli. When i ran the exp1.sikuli, i am able to get the popup message but unable to click on the respective image, which is actually present.
Here is the error message i am getting now : org.sikuli.script.FindFailed: FindFailed: can not find Downloaded.png on the screen.

Note: When i clicked on the Downloaded.png(in sikuli) , i am able to see
the red color highlight in the matching preview tab.

Please let me know, what the problem might be... ?

Thanks & Regards,
Astro

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