Question #188751 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/188751
RaiMan posted a new comment:
Sorry for misleading (but might not be the problem):
when running in unittest mode, setUp and tearDown are run before/after EACH
testXXX.
With my suggestion to run it normally, these are run only once at start
and at end.
So the simulation in normal run has to be:
if False: # set it to True when running normally
setUp(None)
testA(None)
tearDown(None)
setUp(None)
testB(None)
tearDown(None)
Why your testB still produces a failure I cannot tell you in the moment.
If opening and closing notepad works correctly, it should work.
I will test it later on on my Windows 7.
--
You received this question notification because you are a member of
Sikuli Drivers, which 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