sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #38154
Re: [Question #293980]: With will become a reserved keyword in python 2.6
Question #293980 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/293980
Status: Answered => Open
Shobin is still having a problem:
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.