← Back to team overview

sikuli-driver team mailing list archive

[Bug 747006] [NEW] app.window() doesn't work on Ubuntu

 

Public bug reported:

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()

** Affects: sikuli
     Importance: Undecided
         Status: New

-- 
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()



Follow ups

References