← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #252490]: [1.0.1] Sikuli integration Robot framework --- use sikuli-java.jar

 

Question #252490 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/252490

Greg gave more information on the question:
in calc.py I modified this :

class Calculator(object):    replaced  by    class calc(object):
...
...
...

if __name__ == "__main__":
       calc = Calculator()                  replaced by calc = calc()


and it works :

C:\work\calc_step1>robottest.bat
==============================================================================
Verify Operations
==============================================================================
Verify that 2 + 2 = 4                                                 | PASS |
------------------------------------------------------------------------------
Verify Operations                                                     | PASS |
1 critical test, 1 passed, 0 failed
1 test total, 1 passed, 0 failed
==============================================================================
Output:  C:\work\calc_step1\output.xml
Log:     C:\work\calc_step1\log.html
Report:  C:\work\calc_step1\report.html

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.