Re: [Sikuli-driver] [Question #106137]: How do I open a website in Windows 7?

2011-12-10 Thread RaiMan
Question #106137 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/106137 RaiMan posted a new comment: @ xiaominghuang you have to put a wait(1) after the close() too, to take care, that the next open does not come too fast. I used wait(2) in both cases: worked perfectly. --

[Sikuli-driver] [Bug 852940] Re: X-1.0rc3: Windows: Cannot run scripts saved at C:\

2011-12-10 Thread RaiMan
@ Vinay It seems, that at least one folder level is needed. So e:\some-folder should work. ** Summary changed: - Cannot run saved scripts [error] Error message: SyntaxError: ('mismatched character \'\\n\' expecting \'\'', ('', 1, 17, 'addModPath(C:\\)\n')) + X-1.0rc3: Windows: Cannot run

Re: [Sikuli-driver] [Question #176005]: [HowTo] Nice unit test runner with html output

2011-12-10 Thread RaiMan
Question #176005 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/176005 RaiMan posted a new comment: @ Jose When using the unittest framework, it does not make sense, to catch the assert exceptions, because they are used by the framework, to create the final report. what you