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. _______________________________________________ Mailing list: https://launchpad.net/~sikuli-driver Post to : [email protected] Unsubscribe : https://launchpad.net/~sikuli-driver More help : https://help.launchpad.net/ListHelp

