Skip to content

Quick Start Sikuli - A Sample Sikuli application for google search. Example of Sikuli with Java

Notifications You must be signed in to change notification settings

quickstartall/quikcstart-selenium-sikuli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

"# quikcstart-selenium-sikuli" This is an example application which shows how to use Sikuli (http://www.sikuli.org/) with Selenium This is a maven project which does google search for the word "Sikuli" using Sikuli.

Prerequisite

jdk 8
maven v3.2.5

Steps to run the application

(1) Install JDK 8 if not already installed. It can be downloaded from http://www.oracle.com/technetwork/java/javase/downloads/index-jsp-138363.html. Follow the installation insrtuction.
(2) set your JAVA_HONE, if not already set. Here is an example on how to set it https://stackoverflow.com/questions/2619584/how-to-set-java-home-on-windows-7
(3) Install/setup maven. Here is a nice example https://www.mkyong.com/maven/how-to-install-maven-in-windows/
(4) Download/clone the project to your local system
(5) Go to the project root and run mvn clean install. It does following things:
(a)Compiles andd packcages the project.
(b) runs the testcases. This application has a test case which will automatically do google search using Sikuli.
For your conveneince I've added a Java Class(TestFirstSikuli) with main method. You can run this class also to test the application.
(6) Your all set with basic Sikuli. Go ahead and explore more on it. Happy Learning !

About

Quick Start Sikuli - A Sample Sikuli application for google search. Example of Sikuli with Java

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages