Source code Repo link
https://github.com/developer-help/sikuli-based-image-automation
Youtube link https://youtu.be/zwyJbRJ5UZM
- Create a maven project from command line with default archetype
mvn archetype:generate -DgroupId=com.help.auto -DartifactId=siku -DarchetypeArtifactId=maven-archetype-quickstart -DarchetypeVersion=1.4 -DinteractiveMode=false
-
Open project in eclipse/other editor
-
Open pom.xml and Add dependency of Sikuli to the project
- Create a class name OpenChrome.java
- Add a method that dipicts right clickin the windows icon
- Click on run menu item
- Type chorome in the input box
- click okie
- Compile and Run the applicaiton from eclipse commandline