sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #36450
[Bug 1528358] Re: Display Overlay Not Refreshing in with Highlight()
** Changed in: sikuli
Status: New => Confirmed
--
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1528358
Title:
Display Overlay Not Refreshing in with Highlight()
Status in Sikuli:
Confirmed
Bug description:
Display overlay does not refreshing in with when used with
Region.highlight() method. This is in version 1.1.1 (using
installation sikulixsetup-1.1.1-20151126.001204-18-forsetup.jar).
This bug only happens when I tried to kill a running Sikuli session
with Alt+Shift+C. Only option to remove this annoying refresh bug is
to close Sikuli down and open it again.
match.highlight(1, "green")
print match.getX()
print match.getY()
myregion_primscreen = Region(match.getX(),match.getY(),65,17)
myregion_primscreen.highlight(1,"red")
matchstr=myregion_primscreen.text()
sometimes the green and sometime red overlay boxes appear on screen.
To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1528358/+subscriptions
References