sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #26790
Re: [Question #251000]: Sikuli 1.1 / JRuby on Ubuntu 12.0.4, Can't find images in currently active window
Question #251000 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/251000
rss posted a new comment:
Sorry, I misled. The absolute path is really work now.... ImagePath.setBundlePath() is a part of Java Sikuli API .
Ruby-gem does not hide Java classes.
Unfortunately I haven`t Ubuntu. Try to run the following code as workaround.
screen = Region(0,0,1920,1080)
p screen.find '123.png'
This is the direct way to specify a region for search images. But I
afraid the problem in Ubuntu...
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.