← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #251182]: Having trouble running a script on sikuli 1.0.1. on mac,

 

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

liv posted a new comment:
hey RaiMan,

i in putted the line you recommended me (java -jar /Applications/SikuliX-IDE.app/Contents/sikulix-ide.jar -d 3 -c). Before I in putted the command you  recommended i didn't receive an error message with in the script. I in putted the command within one of my basic scripts and it resulted in:
 an[error] script [ test99 ] stopped with error in line 1 at column 68
[error] SyntaxError ( "no viable alternative at input '3'", )

Here is the script I was runningjava -jar /Applications/SikuliX-IDE.app/Contents/sikulix-ide.jar -d 3 -c
:
    
                exists(Pattern("1404336638173.png").similar(0.85).targetOffset(1,2))
                click(Pattern("1404336638173.png").similar(0.85).targetOffset(1,2))
                type("http://www.fox.co.uk/"+Key.ENTER)
Notes: what the pattern png patterns are screen shots of the browser icon

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