/ Sikuli

Desktop Automation for Mac OSX using Sikuli

I'm tired this evening ... seriously need some coffee!

Coffee!

Just got done with writing a script for updating my iPad apps from the ever painful iTunes.

Sikuli is amazing the more I learn how to use it.

Here is my self explanatory code ;-)

while True: 
    while exists(Pattern("update.png").similar(0.90)):
        click(Pattern("update.png").similar(0.90))
    while exists(Pattern("update-2.png").similar(0.90)):
        click(Pattern("update-2.png").similar(0.90))

And yeah! It works like magic! Checkout the video yourself below! ;-)