My love-hate relationship with #SikuliX automation tool continues. It is a great time saver for repetitive tasks once you have it set-up and your routines written. Writing and testing the routine is time consuming and tedious. Later, slight changes in the GUI break your routines. Today was one of those times where the GUI (a website) changed slightly. Had to rewrite the routine. Joy.

I only use this when there isn't an API and a GUI is all there is.

http://sikulix.com/
RaiMan's SikuliX

recheck and the Sorcerer's Stone: Turning Selenium into Adamantium

media.ccc.de
@mike Thanks. Unfortunately I use #SikuliX on legacy Windows GUI applications mainly. I just ended up using SikuliX on web apps as well since I had everything in place. I guess I could use Selenium for the web stuff and #SikuliX for Windows GUIs. Thanks again.