Question #230535 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/230535

    Status: Open => Answered

RaiMan proposed the following answer:
What about using:

app = App("my app")
app.focus()
appWin = Region(App.focusedWindow())

But I admit, that this only works with non-maximized windows on Windows (part 
of the window frame is outside the screen)
see bug 1182992

Another option is, to initially scan all screens for a typical pattern
of your app.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to