Skip to content

developer-help/sikuli-based-image-automation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

sikuli-based-image-automation

Source code Repo link

https://github.com/developer-help/sikuli-based-image-automation

Youtube link https://youtu.be/zwyJbRJ5UZM

  1. 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

  1. Open project in eclipse/other editor

  2. Open pom.xml and Add dependency of Sikuli to the project

com.sikulix sikulixapi 2.0.0
  1. Create a class name OpenChrome.java
  2. Add a method that dipicts right clickin the windows icon
  3. Click on run menu item
  4. Type chorome in the input box
  5. click okie
  6. Compile and Run the applicaiton from eclipse commandline

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages