I am able to use sikuli methods in python. But no idea about using in ruby. My professor told me to use ruby instead of python. So, can someone could help me out with this. Small code snippet or steps would be appreciated. If I want to use below python code in ruby, what all changes I have to make?
from sikuli.Sikuli import *
from sikuliwrapper import *
class abc(object):
def _init_(self):
self.appCoordinates = (0,0,1024,768)
def action(self, *args):
find("abc.png")
click("select.png")