Search code examples
seleniumui-automationautoitsikuli

Sikuli or AutoIT - which one is better?


AutoIT and Sikuli both supports windows based automation. But I dont have much experience on both. I would like to know the major differences between each other and which one is efficient. Kindly share your thoughts.


Solution

  • Sikuli mainly use image based identification and comparison. Mainly use for recording things like flash object. It is helpful where you dont have object ids or locator.

    AutoIT is used for simulated keystrokes, mouse movement and window/control. Mostly window base applications like commonly seen window based authentication.

    Now, it depends what you have to work with, based on that you can select.