Comment 0 for bug 747006

Revision history for this message
Jerry Liu (whirls9) wrote : app.window() doesn't work on Ubuntu

app.window() can return the region of the application's window on Mac and Window. However, it returns NONE on Ubuntu.

For instance, the following code results in error on Ubuntu, but works well on Mac and Windows.
ff = App("firefox")
wait(3)
print ff.window().getY()