sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #02000
[Bug 747006] Re: X-1.0rc2: Ubuntu: app.window() returns None - expected a Region object
You got it - thanks.
I knew something about that, but did not remember where it was written.
** Summary changed:
- X-1.0rc2: Ubuntu: app.window() returns None - expected a Region object
+ X-1.0rc2: Ubuntu: app.window() returns None - not supported on Linux yet
** Description changed:
Ubuntu / Sikuli 32Bit
Ubuntu 10.10 64Bit / Sikuli 64Bit
- App.open() and App.focus() work
+ only App.open() and App.focus() work
*****************************************
app.window()/App.focusedWindow() 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()
** Changed in: sikuli
Importance: Undecided => Wishlist
** Summary changed:
- X-1.0rc2: Ubuntu: app.window() returns None - not supported on Linux yet
+ [request] Ubuntu: app.window() returns None - not supported on Linux yet
--
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:
[request] Ubuntu: app.window() returns None - not supported on Linux
yet
Status in Sikuli:
Confirmed
Bug description:
Ubuntu / Sikuli 32Bit
Ubuntu 10.10 64Bit / Sikuli 64Bit
only App.open() and App.focus() work
*****************************************
app.window()/App.focusedWindow() 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