Status: New
Owner: ----
Labels: Type-Enhancement Priority-Medium

New issue 1242 by [email protected]: support using variable in keyword
http://code.google.com/p/robotframework/issues/detail?id=1242

var:
${a}=link
${b}=image

testcase:
right click ${a}

2 keywords:
right click link
right click image

testcase can not find the keyword.

although the keyword "right click ${var}" work,it is hard to use. because the other user don't know what is correct for ${var}.

so i expect testcase "right click ${a}" will work .


Reply via email to