paul-hammant / MySikuliExample

My Sikuli Example (with Maven)
http://paulhammant.com/2015/02/21/playing-with-sikuli-for-desktop-automation/
BSD 3-Clause "New" or "Revised" License
6 stars 6 forks source link

A few tips #3

Open rstormsf opened 9 years ago

rstormsf commented 9 years ago

I ran script successfully, but after all is done my terminal showed this:

[WARNING] Warning: killAfter is now deprecated. Do you need it ? Please comment on MEXEC-6.
[user (2/21/15 4:34:24 PM)] [STARTING] running test with Safari
[user (2/21/15 4:34:45 PM)] [ERROR] did not work

Also, Please tell people to enable Accessibility power to iTerm/Terminal/netBeans in Mac OSX to let it control the user actions. https://www.evernote.com/shard/s136/sh/da57f9b8-1143-4373-ac41-89a3555e558f/b840b50a89fa233bc7a8bb36e6d82c29

Also, would be helpful if u can mention in github:

mvn exec:java -Dexec.mainClass="my.sikuli.example.MySikuliTest"

to run the script

paul-hammant commented 9 years ago

Blog entry updated. I saw the "Warning: killAfter..." thing, but don't know what it is. I'm sure RaiMan is on it for subsequent versions.

rstormsf commented 9 years ago

https://github.com/rstormsf/Sikulix-jruby-example - hello world in jruby

paul-hammant commented 9 years ago

Awesome - I was hoping to kick off with a Groovy+Grapes example but I couldn't work out how to implicate a non-central maven repo.