Skip to content

Instantly share code, notes, and snippets.

@roryokane
Created May 29, 2013 18:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save roryokane/5672406 to your computer and use it in GitHub Desktop.
Save roryokane/5672406 to your computer and use it in GitHub Desktop.
template Sikuli script (in Jython)
# app name: do thing
def mainAction():
main_region = None#TODO literal region
main_region.click(None)#TODO whatever actions
App.focus("")#TODO app name string e.g. "Sikuli IDE"
for i in range(1):
mainAction()
# full docs: http://doc.sikuli.org/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment