sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #02726
[Bug 780351] Re: X-1.0rc2: wish to show operating region borders in slow motion mode
You might use Region.highlight() for that purpose ().
If you use it without a timing parameter it acts as toggling frame.
so you might use e.g.
setROI(someRegion)
if Settings.ShowActions: Region(getROI()).highlight() #switch frame on
# your actions
if Settings.ShowActions: Region(getROI()).highlight() #switch frame off
--
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/780351
Title:
[request] show operating region borders in slow motion mode
Status in Sikuli:
New
Bug description:
It would be awesome if Sikuli could display the border of operating
region similar to how it shows the click area in slow mode. Useful for
detecting if click area is wrong.
References