capture_screen does not work
Vingtoft opened this issue · 1 comments
Vingtoft commented
OSX 10.12.6 Python 2.7.10
Executing the following code:
screen = autopy.bitmap.capture_screen()
screen.save('images/test.png')
will capture and save the below image. It's easy to see that something is clearly wrong.
This is a manual screenshot (and what I was expecting):
Is this a bug or am I doing something wrong?
msanders commented
This is fixed now in the latest version of AutoPy.