glitchassassin / lackey

Lackey - Graphical desktop automation with Python
MIT License
616 stars 76 forks source link

Region.highlight() does not work #147

Closed krupka-san closed 5 years ago

krupka-san commented 5 years ago

Windows 10, Lackey 0.7.3 Code example:

screen = Screen() some_region = screen.find("some_picture.png") some_region.highlight()

Expected result: the some_region area will be highlighted in red color during 3 seconds. Factual result: nothing happens. No errors, exceptions and screen changes.