New question #644051 on Sikuli:
https://answers.launchpad.net/sikuli/+question/644051

I would ask a question about a problem I'm having related to App().open() and 
App().focus() methods:

I have a code to open an application and focus similar than this one:
executable = App(executablePath)
executable.open()
wait(3)
executable.focus()

Sometimes the executable doesn't run. I can see in the log of the App().open() 
and App().focus() this text:
[log] App.open [8860:Executable_name.exe]
[log] App.focus:  [9692:Executable_name.tmp]

When the executable is properly launched, I can see that both App.open() and 
App.focus() return the name of the executable with ".exe" extension. My 
question is, why the App.focus() method return the name of the executable with 
extension ".tmp" when it doesn't work? What is happening?

-- 
You received this question notification because your team Sikuli Drivers
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