← 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 posted a new comment:
--- startup time regression
Since it looks like you are using Jython scripting, but the sikulixapi.jar, you must have some Jython setup, that allows you to run the scripts.

How do you do that?

--- subsequent app.focus() doesn't work
could you either have a 
print app
after the app.focus

or switch on Debug using
Debug.on(3)

to reveals some more info.
please post the relevant lines here.

Another option is, to issue a from command line the command:
tasklist /V /FO CSV /NH /FI "SESSIONNAME eq Console"

which produces the list that internally is now used for the support of the App features.
pleas post the line her, that contains your app.

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