autopilot-rs/autopy-legacy

capture_screen does not work

Vingtoft opened this issue · 1 comments

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.

test

This is a manual screenshot (and what I was expecting):

screen shot

Is this a bug or am I doing something wrong?

This is fixed now in the latest version of AutoPy.