Comment 1 for bug 747006

Revision history for this message
RaiMan (raimund-hocke) wrote : Re: app.window() doesn't work on Ubuntu

I have lost the track, since I always build from the current source, if something is fixed in Sikuli.

There has been a problem, that App.window() did not return a full featured Region object.

The workaround was, to force it a Region object:

print Region(ff.window()).getY()

so give it a try.

BTW: What Sikuli version?