← 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

larryli proposed the following answer:
Now, I use 2.0.2 windows environemnt, make one test

myApp = App("C:\\Windows\\system32\\Notepad.exe")
myApp.open()
sleep(5)
print myApp.hasWindow()

it always false, notepad already opened.
which part has problem?
thanks

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.