Created
July 9, 2011 21:04
-
-
Save mubbashir/1073963 to your computer and use it in GitHub Desktop.
using Sikuli in ruby to click on apple icon (in mac os x)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'java' | |
java_import 'org.sikuli.script.Screen' | |
screen = Screen.new | |
image_path='/Users/mubbashir/Desktop' | |
screen.click("#{image_path}/apple.png", 0) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment