← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #230535]: app opens on random screen across multiple monitors

 

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.