sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #04361
[Bug 711129] Re: X 1.0rc1: [Java] using setROI() a match's region is reported relative to ROI top left, not screen's top left
This should be easy to fixed. Target it to RC3.
** Changed in: sikuli
Status: New => Triaged
** Changed in: sikuli
Importance: Undecided => Medium
** Changed in: sikuli
Milestone: None => x1.0-rc3
--
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/711129
Title:
X 1.0rc1: [Java] using setROI() a match's region is reported relative
to ROI top left, not screen's top left
Status in Sikuli:
Triaged
Bug description:
based on the related question (thanks topagae
(https://launchpad.net/~topagae)), confirmed on Mac.
To confirm, I set the ROI to the app window.
The m.highlight only shows the expected match region, when the Safaris window top left is at the screens top left. In all other cases it is offset with the offset of the window relative to the screen.
--- Java snippet
Screen scr = new Screen();
App aS = new App("Safari");
ImageLocator.addImagePath("/Users/rhocke/Desktop");
aS.focus();
scr.setRect(aS.window());
aS.window().highlight(2);
Match m = scr.exists("wiki.png", 0);
m.highlight(2);
To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/711129/+subscriptions
References