Home > Automation Testing > Automate windows application using sikuli selenium

Automate windows application using sikuli selenium

What is sikuli

Sikuli is a open source automation tool which is used to automate webelement of web application and window based pop up.

To integrate sikuli with selenium download and install sikuli in your local machine

To download and install sikuli follow the below steps:
->Go to google
->Search for  “Sikuli download”
->Click on the link  “https://launchpad.net/sikuli/+download”

->Download the latest sikuli setup jar file “sikulixsetup-1.1.3.jar (md5)”.

->Double click on setup file for installation.

->After completing installation you will get a jar file “Sikulixapi”.


->Add the jar file  to the project by 

Go to properties->java build path->Add external jar->Select the path of “sikulixapi” jar file->click on apply button.

Below example is to automate windows based calculator operations. Sikuli identify windows elements by identifying calculator , buttons we are performing multiplication here.

Code to automate calculator

After running above program you will get output like this

72

result is same

This Article is TAGGED in , , . BOOKMARK THE permalink.

Babita Sahu
Automation Software Test Engineer. Skills : Selenium , STLC , Java, Manual Testing , UI / UX Testing

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code class="" title="" data-url=""> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong> <pre class="" title="" data-url=""> <span class="" title="" data-url="">