Question #266528 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/266528
RaiMan proposed the following answer:
Might have been misunderstanding:
simply like that
-- start your app however you want and then run a script like this:
app = App.focus("part of initial window title")
print app
# actions, that change the window title
# and bring any other non-app window to front
app.focus() # should bring the app back to front
print 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