DZone

Introduction

Sikuli is an open source test automation tool for testing web applications. It is similar to Selenium, but it considers all the web elements of the application as images. This tool is capable of recognizing images and interacting with the elements matching the image GUI.

How to Use Sikuli in an Eclipse-Maven Project

Step 1: Create a Maven project called “SikuliProject“.

Source: DZone