Ai Dreams Forum

Software & Hardware => General Software Talk => Topic started by: Bragi on June 23, 2012, 04:48:00 pm

Title: Sikuli
Post by: Bragi on June 23, 2012, 04:48:00 pm
Here's a cool little automation tool I just found: sikuli (http://sikuli.org/). It allows you to write scripts like the old dos commands, but for the UI, so click on this image, wait until such an image is available,...
It's not the fastest way to automate things, in as, it runs fairly slow (image matching, waiting for screens to appear and so), but it beats doing everything manually. I've begun using it to automate some tedious tasks. I'd also like to use it for building some test cases in the future.
Title: Re: Sikuli
Post by: Freddy on June 23, 2012, 05:34:05 pm
That's quite cool, like macros but with images.  8)
Title: Re: Sikuli
Post by: Bragi on June 23, 2012, 05:40:54 pm
yep, so it works with any application.