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

    Status: Needs information => Solved

writwik confirmed that the question is solved:
Sikuli can't understand "C:\ImageLib\GoogleSearch.png" as image path and
triggering OCR process which results FindFail. I have found a work
around as below.

addImagePath("C:\ImageLib")
s = “GoogleSearch.png”
if exists(“s”):
        popup(“Success”)

But for the functions like type(), paste() below code  Sikuli can’t identify 
two different arguments separated by  “,” 
s = "K.png"+","+"Type”
type(s)
paste(s)

Sikuli identify ‘s’ as singe string and act accordingly. Is there any
other way to make sikuli Identify two different arguments?

-- 
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