← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #296141]: hasWindow always returns False

 

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.