Question #296141 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/296141
Status: Open => Answered
masuo proposed the following answer:
If the first started process has been completed after a few seconds and another
process is running, such a phenomenon occurs .
It is necessary to confirm whether this phenomenon occurs regardless of
hasWindow.
[example:]
calc = App("myApp")
calc.open()
sleep(5)
print 'Running: ' + str(calc.isRunning())
--
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