sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #12694
Re: [Question #206539]: not working from command line
Question #206539 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/206539
Status: Solved => Open
writwik is still having a problem:
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.