← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #266528]: app.focus() not working after window title change (Windows 8.1)?

 

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.