DEV Community

Raghwendra Sonu
Raghwendra Sonu

Posted on

Automate anything you see, with Sikuli

Sikuli is an open source GUI based automation tool. It uses the technique of 'Image Recognition' to interact with elements of the web page and windows popups. Sikuli is preferred when UI elements are stable and are not constantly changing.

What we did?

Add the Sikuli dependency in pom.xml

Alt Text

Store all of the images inside project Image folder:

Alt Text

How it works?

Perform action on the images:

Alt Text

Read more about Sikuli commands and available methods from http://doc.sikuli.org/

Top comments (0)