sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #01995
[Bug 747006] Re: app.window() doesn't work on Ubuntu
Thanks RaiMan for your rapid response. I tried your suggestion, it doesn't work either.
I use 1.0rc2 x86.
--
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/747006
Title:
app.window() doesn't work on Ubuntu
Status in Sikuli:
New
Bug description:
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()
References