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

Shobin posted a new comment:
I also tried to modify it like this but still same error.

runScript("""
robot
***Settings***
Library  calc.Calculator  WITH NAME  Calculator

***Test Cases***
Verify that 2 + 2 = 4
        Start App
        Verify App
        Perform Action  2  +  2
        Verify Result  4

Verify that 2 + 2 = 5
        Start App
        Verify App
        Perform Action  2  +  2
        Verify Result  5

Click on non-existent button "Exp"
        Start App
        Verify App
        Perform Action  2  exp  2
        Verify Result  2""")

-- 
You received this question notification because your team Sikuli Drivers
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

Reply via email to