← Back to team overview

sikuli-driver team mailing list archive

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

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.